Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9411)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9412)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2009/03/27 Stefan Ruegamer
+
+   * datacenter/scripts/checkstardone
+     - added missing ;; for the case-switching
+
+
+
  2009/03/24 Stefan Ruegamer
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 9411)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 9412)
@@ -63,4 +63,5 @@
    case $check1 in
       1)   printprocesslog "INFO check1=$check1 -> everything ok -> continue with next dataset..." 
+           ;;
       2)   printprocesslog "INFO files not yet available for dataset $dataset (check1=$check1)"
            check="no"
