Ignore:
Timestamp:
08/31/15 01:25:30 (9 years ago)
Author:
Daniela Dorner
Message:
removed check of certaindate-variable (now done in getdate())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillNumEvts.sh

    r18066 r18320  
    1313if [ "$certaindate" != "" ]
    1414then
    15    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
    16    if [ "$checkstring" = "" ]
    17    then
    18       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    19       finish
    20    fi
    2115   getdates $certaindate
    2216else
     
    3630for date in ${dates[@]}
    3731do
     32   #echo $date
    3833   runnumber=`echo $date | sed -e 's/\///g'`
    3934   
Note: See TracChangeset for help on using the changeset viewer.