IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29808


Ignore:
Timestamp:
Nov 23, 2010, 11:54:52 AM (15 years ago)
Author:
bills
Message:

check for existence of file before calling funpack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/checkfits

    r29799 r29808  
    3939    $resolved = $file;
    4040}
     41
     42if (!-e $resolved) {
     43    die "$file not found\n";
     44}
     45
    4146
    4247my $tempfile;
Note: See TracChangeset for help on using the changeset viewer.