IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16041


Ignore:
Timestamp:
Jan 8, 2008, 1:38:29 PM (18 years ago)
Author:
eugene
Message:

add test for psconfig dir and make if missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r13265 r16041  
    5656print "perldir: $perldir\n";
    5757print "PERL5LIB: $ENV{'PERL5LIB'}\n";
     58
     59if (!$check && ! -d $PSCONFDIR) {
     60    mkdir $PSCONFDIR || die "unable to create psconfig dir $PSCONFDIR";
     61}
    5862
    5963$Nmissing = 0;
Note: See TracChangeset for help on using the changeset viewer.