Changeset 10004 for trunk/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 10/05/10 10:27:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/scripts/sourcefile
r9886 r10004 44 44 fi 45 45 46 if [ "$SOURCEFILEPATH" = "" ] 47 then 48 export SOURCEFILEPATH=`dirname $0` 49 fi 50 46 51 # possible solution for $0 problem: 47 52 # ${BASH_SOURCE[0]} 48 53 # but has to be checked and tested more carefully 49 54 # should solve at least problem with login-shell and with source 50 source `dirname $0`/setup.$AUTOMATIONSETUP55 source $SOURCEFILEPATH/setup.$AUTOMATIONSETUP 51 56 52 57 datetime=`date +%F-%H-%M-%S`
Note:
See TracChangeset
for help on using the changeset viewer.