Changeset 11455 for trunk/ippScripts/scripts/phase0_imfile.pl
- Timestamp:
- Jan 30, 2007, 3:42:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_imfile.pl
r11297 r11455 114 114 cache_run(command => $command, verbose => 1); 115 115 unless ($success) { 116 $error_code = $error_code >> 8;116 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 117 117 warn ("Unable to perform ppStats on exposure id $exp_tag: $error_code"); 118 118 &my_die ($exp_tag, $class_id, $error_code); … … 192 192 193 193 unless ($success) { 194 $error_code = $error_code >> 8;194 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 195 195 # XXX if we can't run -addprocessedimfile, we can't actually set the 196 196 # error code.
Note:
See TracChangeset
for help on using the changeset viewer.
