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/runcallisto

    r7213 r7232  
    3232set -C
    3333
    34 callistorcnew=/magic/datacenter/setup/callisto/callisto.rc
     34callistorcnew=$setuppath/callisto/callisto.rc
    3535
    3636table=SequenceProcessStatus
     
    9595   
    9696   echo "getting list..." >> $scriptlog 2>&1
    97    check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
     97   check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
    9898   
    9999   case $check0 in
     
    187187    fi
    188188  fi
    189   sequfile="/magic/sequences/$no/sequence$no2.txt"
     189  sequfile="$sequpath/$no/sequence$no2.txt"
    190190  echo "sequfile: "$sequfile >> $scriptlog 2>&1
    191191 
Note: See TracChangeset for help on using the changeset viewer.