Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9611)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9612)
@@ -19,4 +19,11 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2010/07/07 Daniela Dorner
+
+   * datacenter/scripts/runceres:
+     - fixed typo
+
+
+
  2010/07/06 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runceres
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runceres	(revision 9611)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runceres	(revision 9612)
@@ -72,5 +72,5 @@
    3) printprocesslog "INFO run $run and file $file is a pedestal run (key="$runkey")"
       drun=`echo "$run + 2 " | bc -l`
-      $outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
+      outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
       makedir $outpath
       log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6`
@@ -82,5 +82,5 @@
    4) printprocesslog "INFO run $run and file $file is a calibration run (key="$runkey")"
       drun=`echo "$run + 1 " | bc -l`
-      $outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
+      outpath=$mcpath/ceres/`printf %03d $cereskey`/`printf %08d $drun | cut -c 1-4`/`printf %08d $drun | cut -c 5-8`
       makedir $outpath
       log=$outpath/ceres`printf %08d $run `"."`printf %06d $file | cut -c 4-6`
