Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8484)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8485)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2007/05/10 Daniela Dorner
+
+   * datacenter/scripts/runcallisto:
+     - bugfix (typo in getting date for finding cc and cacofile)
+
+
 
  2007/05/10 Thomas Bretz
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 8484)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 8485)
@@ -130,5 +130,5 @@
            # find cc and caco file
            # if file is missing continue with next sequence
-           date=`date --date \`basename $calfile | cut -d_ -f1 +%Y/%m/%d\``
+           date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d`
            ccpath=$subsystempath/cc/$date
            cacopath=$subsystempath/caco/$date
