- Timestamp:
- 09/27/06 09:13:35 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7971 r7973 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/09/27 Daniela Dorner 22 23 * datacenter/scripts/setup, datacenter/scripts/sourcefile: 24 - fixed sourcing of setup 25 26 20 27 21 28 2006/09/26 Thomas Bretz -
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.