Ignore:
Timestamp:
02/05/10 14:52:18 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r9504 r9543  
    4444fi
    4545
     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
    4650source `dirname $0`/setup.$AUTOMATIONSETUP
    4751
     
    5963         if ! [ "$processlog" = "" ]
    6064         then
    61             echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] could not make dir "$@ >> $processlog
     65            echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] ERROR could not make dir "$@ >> $processlog
    6266         else
    6367            echo "could not make dir "$@
Note: See TracChangeset for help on using the changeset viewer.