Changeset 8505
- Timestamp:
- Aug 22, 2006, 6:45:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r8503 r8505 67 67 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 68 68 run(command => $command, verbose => 1); 69 die "Unable to perform dettool -processed: $error_code\n" if not $success;69 die "Unable to perform ppMerge: $error_code\n" if not $success; 70 70 die "Unable to find expected output file: $output\n" if not -f $output; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
