Changeset 9543 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 02/05/10 14:52:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r9504 r9543 44 44 fi 45 45 46 # possible solution for $0 problem: 47 # ${BASH_SOURCE[0]} 48 # but has to be checked and tested more carefully 49 # should solve at least problem with login-shell and with source 46 50 source `dirname $0`/setup.$AUTOMATIONSETUP 47 51 … … 59 63 if ! [ "$processlog" = "" ] 60 64 then 61 echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] could not make dir "$@ >> $processlog65 echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] ERROR could not make dir "$@ >> $processlog 62 66 else 63 67 echo "could not make dir "$@
Note:
See TracChangeset
for help on using the changeset viewer.