Changeset 7344


Ignore:
Timestamp:
09/09/05 11:00:53 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7342 r7344  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2005/09/09 Daniela Dorner
     21
     22   * datacenter/scripts/runcallisto:
     23     - fixed problem in handling of filenames
     24
     25
     26
    2027 2005/09/06 Thomas Bretz
    2128
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r7284 r7344  
    184184             runno=`echo $calfile | cut -d_ -f2 | sed -e 's/^0//' | sed -e 's/^0//' | sed -e 's/^0//' `
    185185             ccfile=`find /magic/subsystemdata/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep`
    186              cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt`
     186             source=`echo $ccfile | cut -d_ -f4`
     187             cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_${source}.txt`
     188#             cacofile=`find /magic/subsystemdata/caco/ -name dc_[2][0][0-2][0-9]_[0,1][0-9]_[0-3][0-9]_*${runno}_*.txt`
    187189             echo "runno: "$runno >> $scriptlog 2>&1
    188190             echo "ccfile: "$ccfile >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.