IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16052


Ignore:
Timestamp:
Jan 8, 2008, 5:05:23 PM (18 years ago)
Author:
eugene
Message:

using correct env variable for psconfdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r16042 r16052  
    5656print "perldir: $perldir\n";
    5757print "PERL5LIB: $ENV{'PERL5LIB'}\n";
     58$psconfdir = $ENV{'PSCONFDIR'};
    5859
    59 if ($build && ! -d $PSCONFDIR) {
    60     mkdir $PSCONFDIR || die "unable to create psconfig dir $PSCONFDIR";
     60if ($build && ! -d $psconfdir) {
     61    mkdir $psconfdir || die "unable to create psconfig dir $psconfdir";
    6162}
    6263
Note: See TracChangeset for help on using the changeset viewer.