Changeset 8627


Ignore:
Timestamp:
06/29/07 19:02:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8626 r8627  
    3333       builddatasets.php to menu.php (function InitFindOffData), so that
    3434       the values are also available in sequinfo-aio.php
    35    
     35
    3636   * scripts/dospectrum:
    3737     - completely new version using condor dag
    38    
     38
    3939   * scripts/preparemc:
    4040     - new version
     
    7474     - changed the condition of the pixel index into a condition
    7575       of the pixel size
     76
     77   * scripts/merppupdate:
     78     - the second argument was silently ignored
    7679
    7780
  • trunk/MagicSoft/Mars/scripts/merppupdate

    r8488 r8627  
    4747   if ! [ "$2" = "" ]
    4848   then
    49       name2=" -name $2"
    50       if ! [ "$3" = "" ]
    51       then
    52          echo "You gave too many arguments."
    53          exit
    54       fi
     49      name2=$1
     50   else
     51      name2="20*_Y_*_E.root"
     52   fi
     53   
     54   if ! [ "$3" = "" ]
     55   then
     56      echo "You gave too many arguments."
     57      exit
    5558   fi
    5659fi
     
    6871fi
    6972   
     73echo $1
     74echo $2
     75   
     76echo $outpath
     77echo $name2
    7078
    71 calfiles=`find $outpath -name 20*_Y_*_E.root $name2 `
     79calfiles=`find $outpath -name $name2 `
    7280
    7381echo "calfiles: "$calfiles
Note: See TracChangeset for help on using the changeset viewer.