IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9381


Ignore:
Timestamp:
Oct 6, 2006, 5:31:03 PM (20 years ago)
Author:
Paul Price
Message:

Fixing p2tool mode.

File:
1 edited

Legend:

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

    r9380 r9381  
    8787unless ($no_update) {
    8888    # Command to run dettool
    89     my $command = "$p2tool -processed";
     89    my $command = "$p2tool -addprocessedimfile";
    9090    $command .= " -exp_tag $expTag";
    9191    $command .= " -class_id $classId";
     
    100100    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    101101        run(command => $command, verbose => 1);
    102     die "Unable to perform p2tool -processed for $expTag/$classId: $error_code\n"
     102    die "Unable to perform p2tool -addprocessedimfile for $expTag/$classId: $error_code\n"
    103103        if not $success;
    104104
Note: See TracChangeset for help on using the changeset viewer.