Ignore:
Timestamp:
07/22/08 19:56:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9017 r9036  
    7272   checkfileavailpath=$logpath/$program/$no
    7373   makedir $checkfileavailpath  >> $scriptlog 2>&1
    74    checkfileavaillog=$checkfileavailpath/$program-$sequence.log
     74   checkfileavaillog=$checkfileavailpath/$program-$no2.log
    7575
    76    sequencefile=$sequpath/$no/sequence$no2.txt
    77 
    78    primvar=$no2
     76   primvar=$sequence
    7977   setstatus "start" >> $scriptlog 2>&1
    8078
    81    check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\",1"\) | tee $checkfileavaillog | intgrep`
     79   check1=`root -q -b $macrospath/checkfileavail.C+\($sequence,1\) | tee $checkfileavaillog | intgrep`
    8280
    8381   case $check1 in
Note: See TracChangeset for help on using the changeset viewer.