Changeset 7973 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 09/27/06 09:13:35 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/setup
r7960 r7973 29 29 # 30 30 31 export ROOTSYS=/opt/root_v5.12.00b-cvs32 if ! export | grep $ ROOTSYS|>/dev/null31 rootsys=/opt/root_v5.12.00b-cvs 32 if ! export | grep $rootsys # |>/dev/null 33 33 then 34 export ROOTSYS=$rootsys 35 export PATH=$PATH:$ROOTSYS/bin 34 36 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib 35 export PATH=$PATH:$ROOTSYS/bin36 37 fi 37 38 -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7959 r7973 31 31 # 32 32 33 source `dirname $0`/setup 33 source `dirname $0`/setup |>/dev/null 34 34 35 35 mars=`dirname $0 | sed -e 's/\/datacenter\/scripts//'`
Note:
See TracChangeset
for help on using the changeset viewer.