Index: trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 9504)
+++ trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 9543)
@@ -44,4 +44,8 @@
 fi
 
+# possible solution for $0 problem: 
+# ${BASH_SOURCE[0]} 
+# but has to be checked and tested more carefully
+# should solve at least problem with login-shell and with source
 source `dirname $0`/setup.$AUTOMATIONSETUP
 
@@ -59,5 +63,5 @@
          if ! [ "$processlog" = "" ]
          then
-            echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] could not make dir "$@ >> $processlog
+            echo `date +%F\ %T`" "`whoami`"@"$HOSTNAME" "`basename $0`"["$$"] ERROR could not make dir "$@ >> $processlog
          else
             echo "could not make dir "$@
