Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7511)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7512)
@@ -24,5 +24,5 @@
 
    * datacenter/scripts/sourcefile: 
-     - small bugfix in setstatus function
+     - small bugfixes in setstatus function
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7511)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7512)
@@ -174,6 +174,6 @@
                       statustime="Now()"
                       ;;
-                 no)  echo ", nothing new"
-                      $check="ok"
+                 no)  echo "nothing new"
+                      check="ok"
                       ;;
                   *)  echo " failed"
@@ -186,5 +186,5 @@
                       fi
                       failedtime="Now()"
-                      $check="ok"
+                      check="ok"
                       ;;
                esac
