Changeset 38583 for trunk/ippScripts/scripts/addstar_multi_run.pl
- Timestamp:
- Jul 8, 2015, 1:56:06 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/addstar_multi_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/addstar_multi_run.pl
r38578 r38583 108 108 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 109 109 110 my $temp_file = $outroot.".log.".$label.".".$stage.".".$stage_id.".list";110 #my $temp_file = $outroot.".log.".$label.".".$stage.".".$stage_id.".list"; 111 111 my $temp_file = "/tmp/addstar.list"; 112 112 … … 295 295 $command .= " -fault $exit_code"; 296 296 $command .= " -stage $stage"; 297 $command .= " - label $label";297 $command .= " -multiaddlabel $label"; 298 298 $command .= " -dvodb_path $minidvodb_path" if defined $minidvodb_path; 299 299 $command .= " -path_base $outroot" if defined $outroot;
Note:
See TracChangeset
for help on using the changeset viewer.
