Changeset 8557


Ignore:
Timestamp:
06/14/07 15:43:26 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8556 r8557  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/06/14 Daniela Dorner
     22
     23   * scripts/processsequence:
     24     - bugfix (getting of runno didn't work in case the outpath
     25       contained a _)
     26
     27
    2028
    2129 2007/06/13 Thomas Bretz
  • trunk/MagicSoft/Mars/scripts/processsequence

    r8523 r8557  
    238238      outpath=`dirname $calfile`
    239239
    240       runno=`echo $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
     240      runno=`basename $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
    241241      echo "finding cc and cacofile for run $runno..."
    242242      date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d`
Note: See TracChangeset for help on using the changeset viewer.