IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12857


Ignore:
Timestamp:
Apr 17, 2007, 11:57:43 AM (19 years ago)
Author:
rhl
Message:

pscheckmods -> pschecklibs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r12841 r12857  
    108108    if ($Nmissing > 0) {
    109109        print "$Nmissing perl modules are missing from your system\n";
    110         print "you may install them in your local path by re-running psperlmods with -build\n";
     110        print "you may install them in your local path by re-running pscheckperl with -build\n";
    111111    } else {
    112112        print "no perl modules are missing from your system\n";
     
    116116
    117117sub usage {
    118     print STDERR "USAGE: ckperlmods [-version] [-build]\n";
     118    print STDERR "USAGE: ckperlperl [-version] [-build]\n";
    119119    exit 2;
    120120}
Note: See TracChangeset for help on using the changeset viewer.