Ignore:
Timestamp:
05/11/07 12:29:10 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/scripts/processsequence

    r8492 r8493  
    218218   checkreturncode
    219219
    220    calfiles=`find $calpath -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*_Y_*.root`
     220   calfiles=`find $calpath -name 20[0-2][0-9][01][0-9][0-3][0-9]_*_Y_*.root`
    221221
    222222   echo "run merpp update for calibrated files..."
     
    232232      mkdir -pv $merpplogpath
    233233
    234       date=`date --date \`basename $calfile | cut -d_ -f1 +%Y/%m/%d\``
     234      date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d`
    235235      ccpath=$subsystempath/cc/$date
    236236      cacopath=$subsystempath/caco/$date
Note: See TracChangeset for help on using the changeset viewer.