Changeset 7976 for trunk/MagicSoft/Mars
- Timestamp:
- 09/27/06 13:22:57 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/setup
r7973 r7976 30 30 31 31 rootsys=/opt/root_v5.12.00b-cvs 32 if ! export | grep $rootsys # |>/dev/null32 if ! export | grep $rootsys >|/dev/null 33 33 then 34 34 export ROOTSYS=$rootsys -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7973 r7976 31 31 # 32 32 33 source `dirname $0`/setup |>/dev/null33 source `dirname $0`/setup 34 34 35 35 mars=`dirname $0 | sed -e 's/\/datacenter\/scripts//'`
Note:
See TracChangeset
for help on using the changeset viewer.