Index: trunk/MagicSoft/Mars/scripts/processsequence
===================================================================
--- trunk/MagicSoft/Mars/scripts/processsequence	(revision 8492)
+++ trunk/MagicSoft/Mars/scripts/processsequence	(revision 8493)
@@ -218,5 +218,5 @@
    checkreturncode
 
-   calfiles=`find $calpath -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*_Y_*.root`
+   calfiles=`find $calpath -name 20[0-2][0-9][01][0-9][0-3][0-9]_*_Y_*.root`
 
    echo "run merpp update for calibrated files..."
@@ -232,5 +232,5 @@
       mkdir -pv $merpplogpath
 
-      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
