Changeset 18211


Ignore:
Timestamp:
06/15/15 00:15:13 (9 years ago)
Author:
Daniela Dorner
Message:
small fix for certaindate check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/DataCheck/PlotQuality.sh

    r18063 r18211  
    77if [ "$certaindate" != "" ]
    88then
    9    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
     9   checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'\|'^[0-9][0-9][0-9]$'`
    1010   if [ "$checkstring" = "" ]
    1111   then
     
    2828
    2929cd $mars
    30 
    3130
    3231for date in ${dates[@]}
Note: See TracChangeset for help on using the changeset viewer.