Changeset 8485 for trunk/MagicSoft
- Timestamp:
- 05/10/07 14:26:31 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8484 r8485 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2007/05/10 Daniela Dorner 22 23 * datacenter/scripts/runcallisto: 24 - bugfix (typo in getting date for finding cc and cacofile) 25 26 20 27 21 28 2007/05/10 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8482 r8485 130 130 # find cc and caco file 131 131 # if file is missing continue with next sequence 132 date=`date --date \`basename $calfile | cut -d_ -f1 +%Y/%m/%d\``132 date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d` 133 133 ccpath=$subsystempath/cc/$date 134 134 cacopath=$subsystempath/caco/$date
Note:
See TracChangeset
for help on using the changeset viewer.