Ignore:
Timestamp:
01/04/15 04:59:24 (10 years ago)
Author:
Daniela Dorner
Message:
bugfix in algorithm to get coordinates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step2a.sh

    r17904 r18071  
    4848   #dspath=$anapath/$source/datasets_run/$date
    4949   dspath=$anapath/datasets_run/$date
    50    makedir $dspath
     50   makedir $dspath >/dev/null
    5151
    5252   for (( i=1 ; i<=${#files[@]} ; i++ ))
     
    9494         fi
    9595         #echo "tstop: "$tstop
    96          if [ ls $drivefile >/dev/null 2>&1 ] && ! [ "$tstop" == "" ]
     96         if  ls $drivefile >/dev/null 2>&1 && ! [ "$tstop" == "" ]
    9797         then
    9898            printprocesslog "INFO getting coordinates from "$drivefile
Note: See TracChangeset for help on using the changeset viewer.