Ignore:
Timestamp:
12/29/15 20:38:43 (9 years ago)
Author:
Daniela Dorner
Message:
bugfix in selection of drstimefile
File:
1 edited

Legend:

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

    r18268 r18392  
    2626delays="resources/delays-20150217.txt"
    2727drstimefiles=`ls $drstimepath | sort`
     28night=`basename $3 | cut -c 1-8`
    2829for drstimefile in $drstimefiles
    2930do
    30    num=`echo $drstimefile | cut -c 1-8`
     31   num=`basename $drstimefile | cut -c 1-8`
    3132   if [ $num -gt $night ]
    3233   then
Note: See TracChangeset for help on using the changeset viewer.