Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8556)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8557)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2007/06/14 Daniela Dorner
+
+   * scripts/processsequence:
+     - bugfix (getting of runno didn't work in case the outpath 
+       contained a _)
+
+
 
  2007/06/13 Thomas Bretz
Index: /trunk/MagicSoft/Mars/scripts/processsequence
===================================================================
--- /trunk/MagicSoft/Mars/scripts/processsequence	(revision 8556)
+++ /trunk/MagicSoft/Mars/scripts/processsequence	(revision 8557)
@@ -238,5 +238,5 @@
       outpath=`dirname $calfile`
 
-      runno=`echo $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
+      runno=`basename $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
       echo "finding cc and cacofile for run $runno..."
       date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d`
