Changeset 8485 for trunk/MagicSoft


Ignore:
Timestamp:
05/10/07 14:26:31 (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

    r8484 r8485  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2007/05/10 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8482 r8485  
    130130           # find cc and caco file
    131131           # 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`
    133133           ccpath=$subsystempath/cc/$date
    134134           cacopath=$subsystempath/caco/$date
Note: See TracChangeset for help on using the changeset viewer.