Changeset 8557
- Timestamp:
- 06/14/07 15:43:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8556 r8557 18 18 19 19 -*-*- 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 20 28 21 29 2007/06/13 Thomas Bretz -
trunk/MagicSoft/Mars/scripts/processsequence
r8523 r8557 238 238 outpath=`dirname $calfile` 239 239 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//' ` 241 241 echo "finding cc and cacofile for run $runno..." 242 242 date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d`
Note:
See TracChangeset
for help on using the changeset viewer.