Changeset 8645
- Timestamp:
- 07/25/07 19:50:25 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/merppupdate
r8629 r8645 47 47 if ! [ "$2" = "" ] 48 48 then 49 name2=$ 149 name2=$2 50 50 else 51 51 name2="20*_Y_*_E.root" … … 71 71 fi 72 72 73 echo $1 74 echo $2 75 76 echo $outpath 77 echo $name2 78 79 calfiles=`find $outpath -name $name2 ` 73 calfiles=`find $outpath -name "$name2"` 80 74 81 75 echo "calfiles: "$calfiles
Note:
See TracChangeset
for help on using the changeset viewer.