Ignore:
Timestamp:
07/29/05 23:13:12 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7213 r7232  
    8383
    8484echo "getting list..." >> $scriptlog 2>&1
    85 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
     85check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
    8686
    8787case $check0 in
     
    107107   no=`printf %08d $sequence | cut -c 0-4`
    108108   no2=`printf %08d $sequence`
    109    sequencepath=/magic/sequences/$no
     109   sequencepath=$sequpath/$no
    110110   if [ ! -d $sequencepath ]
    111111   then
     
    131131
    132132   echo "write sequencefile for sequence $sequence" >> $scriptlog 2>&1
    133    check2=`root -q -b $macrospath/writesequencefile.C+\($sequence\) | tee $writesequencefilelogpath/writesequencefile-$no2.log | grep int | sed -e 's/(int)//'`
     133   check2=`root -q -b $macrospath/writesequencefile.C+\($sequence\,"\"$sequpath\""\) | tee $writesequencefilelogpath/writesequencefile-$no2.log | grep int | sed -e 's/(int)//'`
    134134   case $check2 in
    135135      1)   echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.