IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16523


Ignore:
Timestamp:
Feb 15, 2008, 12:46:07 PM (18 years ago)
Author:
Paul Price
Message:

Adding error check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r16092 r16523  
    8686
    8787    # try to build the module from ../../extperl/Module.*.tar.gz
    88     chdir "../../extperl";
     88    chdir "../../extperl" or die "Unable to find ../../extperl directory.";
    8989
    9090    print "extract $module from $tarball\n";
Note: See TracChangeset for help on using the changeset viewer.