Changeset 35113 for trunk/psconfig
- Timestamp:
- Feb 7, 2013, 1:29:53 PM (13 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 2 edited
-
psconfig.bash.in (modified) (1 diff)
-
psconfig.csh.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.bash.in
r31162 r35113 30 30 # psconfig env variables 31 31 export PSCONFDIR=`/bin/csh -f $PSCONFDIR/psconfig.csh --psconfdir $version` 32 export PSCONFIG=`/bin/csh -f $PSCONFDIR/psconfig.csh --psconfig $version` 32 33 export PSVERSION=`/bin/csh -f $PSCONFDIR/psconfig.csh --psversion $version` 33 34 -
trunk/psconfig/psconfig.csh.in
r34253 r35113 18 18 set show_psversion = 0 19 19 set show_psconfdir = 0 20 set show_psconfig = 0 20 21 set show_library_path = 0 21 22 set show_ld_library_path = 0 … … 68 69 set show_psconfdir = 1 69 70 breaksw; 71 case --psconfig 72 set show_psconfig = 1 73 breaksw; 70 74 case --ld_library_path 71 75 set show_ld_library_path = 1 … … 501 505 if ($show_psconfdir) then 502 506 echo $PSCONFDIR 507 exit 0 508 endif 509 510 if ($show_psconfig) then 511 echo $PSCONFIG 503 512 exit 0 504 513 endif
Note:
See TracChangeset
for help on using the changeset viewer.
