IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16293


Ignore:
Timestamp:
Feb 3, 2008, 12:04:23 PM (18 years ago)
Author:
eugene
Message:

fix test for psconfig.csh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r16288 r16293  
    9898
    9999# generate new psconfig.csh if needed
    100 if (! -e psconfig.csh) {
     100if (! -e "psconfig.csh" || ! -e "psconfig.bash") {
    101101    $psconfdir = $ENV{'PSCONFDIR'};
    102102    if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; }
Note: See TracChangeset for help on using the changeset viewer.