- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_get_image_job.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/pstamp/scripts/pstamp_get_image_job.pl
r26215 r28017 87 87 } 88 88 89 my $out _dir = dirname($output_base);89 my $outdir = dirname($output_base); 90 90 my $prefix = basename($output_base) . "_"; 91 91 my $results_file = $output_base . ".bundle_results"; … … 102 102 my $command = "$dist_bundle --camera $camera --stage $stage --stage_id $stage_id"; 103 103 $command .= " --component $component"; 104 $command .= " --path_base $path_base --outdir $out _dir --results_file $results_file";104 $command .= " --path_base $path_base --outdir $outdir --results_file $results_file"; 105 105 $command .= " --prefix $prefix"; 106 106 $command .= " --magicked" if $magicked; … … 139 139 } 140 140 141 my $reglist = "$out _dir/reglist$job_id";141 my $reglist = "$outdir/reglist$job_id"; 142 142 if (! open(REGLIST, ">$reglist") ) { 143 143 my_die("failed to open registration list: $reglist", $PS_EXIT_UNKNOWN_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
