Changeset 8645


Ignore:
Timestamp:
07/25/07 19:50:25 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8629 r8645  
    4747   if ! [ "$2" = "" ]
    4848   then
    49       name2=$1
     49      name2=$2
    5050   else
    5151      name2="20*_Y_*_E.root"
     
    7171fi
    7272   
    73 echo $1
    74 echo $2
    75    
    76 echo $outpath
    77 echo $name2
    78 
    79 calfiles=`find $outpath -name $name2 `
     73calfiles=`find $outpath -name "$name2"`
    8074
    8175echo "calfiles: "$calfiles
Note: See TracChangeset for help on using the changeset viewer.