IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25369


Ignore:
Timestamp:
Sep 14, 2009, 12:21:35 PM (17 years ago)
Author:
bills
Message:

in my_die() set exit_code to PS_EXIT_PROG_ERROR if zero is passed in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r25111 r25369  
    202202    my $exit_code = shift;      # Exit code to add
    203203
    204     $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
     204    $exit_code = $PS_EXIT_PROG_ERROR unless $exit_code;
    205205
    206206    carp($msg);
Note: See TracChangeset for help on using the changeset viewer.