Changeset 18071 for trunk/DataCheck/QuickLook
- Timestamp:
- 01/04/15 04:59:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step2a.sh
r17904 r18071 48 48 #dspath=$anapath/$source/datasets_run/$date 49 49 dspath=$anapath/datasets_run/$date 50 makedir $dspath 50 makedir $dspath >/dev/null 51 51 52 52 for (( i=1 ; i<=${#files[@]} ; i++ )) … … 94 94 fi 95 95 #echo "tstop: "$tstop 96 if [ ls $drivefile >/dev/null 2>&1 ]&& ! [ "$tstop" == "" ]96 if ls $drivefile >/dev/null 2>&1 && ! [ "$tstop" == "" ] 97 97 then 98 98 printprocesslog "INFO getting coordinates from "$drivefile
Note:
See TracChangeset
for help on using the changeset viewer.