Index: trunk/DataCheck/QuickLook/Step2a.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step2a.sh	(revision 18070)
+++ trunk/DataCheck/QuickLook/Step2a.sh	(revision 18071)
@@ -48,5 +48,5 @@
    #dspath=$anapath/$source/datasets_run/$date
    dspath=$anapath/datasets_run/$date
-   makedir $dspath
+   makedir $dspath >/dev/null
 
    for (( i=1 ; i<=${#files[@]} ; i++ ))
@@ -94,5 +94,5 @@
          fi
          #echo "tstop: "$tstop
-         if [ ls $drivefile >/dev/null 2>&1 ] && ! [ "$tstop" == "" ]
+         if  ls $drivefile >/dev/null 2>&1  && ! [ "$tstop" == "" ]
          then
             printprocesslog "INFO getting coordinates from "$drivefile
