Changeset 9102 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 2, 2006, 12:31:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9097 r9102 90 90 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 91 91 run(command => $command, verbose => 1); 92 die "Unable to perform dettool - processed: $error_code\n" if not $success;92 die "Unable to perform dettool -residimfile: $error_code\n" if not $success; 93 93 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 94 94 or die "unable to parse metadata config doc";
Note:
See TracChangeset
for help on using the changeset viewer.
