Changeset 26273 for trunk/psconfig/pschecklibs
- Timestamp:
- Nov 23, 2009, 4:33:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pschecklibs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pschecklibs
r26271 r26273 75 75 if ("$version" eq "") { 76 76 $version = "default"; 77 } 78 79 # generate new psconfig.csh if needed 80 if (! -e "psconfig.csh" || ! -e "psconfig.bash") { 81 $psconfdir = $ENV{'PSCONFDIR'}; 82 if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; } 83 vsystem ("cat psconfig.csh.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.csh"); 84 vsystem ("cat psconfig.bash.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.bash"); 77 85 } 78 86
Note:
See TracChangeset
for help on using the changeset viewer.
