IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9102


Ignore:
Timestamp:
Oct 2, 2006, 12:31:19 PM (20 years ago)
Author:
Paul Price
Message:

Fixing error message.

File:
1 edited

Legend:

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

    r9097 r9102  
    9090    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    9191        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;
    9393    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
    9494        or die "unable to parse metadata config doc";
Note: See TracChangeset for help on using the changeset viewer.