Changeset 30841
- Timestamp:
- Mar 9, 2011, 3:10:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r30840 r30841 350 350 if ($run_state eq 'new') { 351 351 &my_die("Couldn't find expected output file: $configuration", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration); 352 $ipprc->replicate_file($outputStats) if $neb; 353 } 352 if ($replicate_outputs) { 353 $ipprc->replicate_file($outputStats) 354 or &my_die("failed to replicate: $outputStats\n", $stack_id, $PS_EXIT_SYS_ERROR); 355 } 356 } 354 357 } 355 358
Note:
See TracChangeset
for help on using the changeset viewer.
