Ignore:
Timestamp:
07/20/08 15:21:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail

    r8513 r9017  
    7373   makedir $checkfileavailpath  >> $scriptlog 2>&1
    7474   checkfileavaillog=$checkfileavailpath/$program-$sequence.log
    75    
     75
    7676   sequencefile=$sequpath/$no/sequence$no2.txt
    7777
     
    7979   setstatus "start" >> $scriptlog 2>&1
    8080
    81    check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\""\) | tee $checkfileavaillog | intgrep`
     81   check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\",1"\) | tee $checkfileavaillog | intgrep`
    8282
    8383   case $check1 in
Note: See TracChangeset for help on using the changeset viewer.