IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24957


Ignore:
Timestamp:
Jul 31, 2009, 2:54:41 PM (17 years ago)
Author:
Paul Price
Message:

Fixing error code.

File:
1 edited

Legend:

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

    r24707 r24957  
    134134    my $file = $ipprc->file_resolve( $files{$comp} ) or
    135135        &my_die("Unable to resolve file $files{$comp}", $pub_id, $PS_EXIT_SYS_ERROR);
    136     my_die("Unable to find file $file", $pub_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists( $file );
     136    my_die("Unable to find file $file", $pub_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists( $file );
    137137
    138138    my $zp = $zp{$comp};
Note: See TracChangeset for help on using the changeset viewer.