Changeset 20540 for trunk/ippScripts/scripts/flatcorr_proc.pl
- Timestamp:
- Nov 4, 2008, 4:49:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/flatcorr_proc.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/flatcorr_proc.pl
r20408 r20540 152 152 153 153 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 154 run(command => $command, verbose => 0);154 run(command => $command, verbose => $verbose); 155 155 unless ($success) { 156 156 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 178 178 179 179 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 180 run(command => $command, verbose => 0);180 run(command => $command, verbose => $verbose); 181 181 unless ($success) { 182 182 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
