Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7343)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7344)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/09/09 Daniela Dorner
+
+   * datacenter/scripts/runcallisto:
+     - fixed problem in handling of filenames
+
+
+
  2005/09/06 Thomas Bretz
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7343)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7344)
@@ -184,5 +184,7 @@
              runno=`echo $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
              ccfile=`find /magic/subsystemdata/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep`
-             cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt`
+             source=`echo $ccfile | cut -d_ -f4`
+             cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_${source}.txt`
+#             cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt`
              echo "runno: "$runno >> $scriptlog 2>&1
              echo "ccfile: "$ccfile >> $scriptlog 2>&1
