IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8505


Ignore:
Timestamp:
Aug 22, 2006, 6:45:04 PM (20 years ago)
Author:
Paul Price
Message:

Fixing error to correspond with program.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_stack.pl

    r8503 r8505  
    6767    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    6868        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;
    7070    die "Unable to find expected output file: $output\n" if not -f $output;
    7171}
Note: See TracChangeset for help on using the changeset viewer.