IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2009, 11:38:13 AM (17 years ago)
Author:
Paul Price
Message:

Set error code to PROG_ERROR if not already set --- avoids infinite pantasks loops.

File:
1 edited

Legend:

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

    r23250 r23295  
    130130    my $exit_code = shift;      # Exit code to add
    131131
     132    $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
     133
    132134    my $command = "$disttool -updaterun";
    133135    $command   .= " -dist_id $dist_id";
Note: See TracChangeset for help on using the changeset viewer.