Changeset 7232 for trunk/MagicSoft/Mars/datacenter/scripts/fillstar
- Timestamp:
- 07/29/05 23:13:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7213 r7232 83 83 84 84 echo "getting list..." >> $scriptlog 2>&1 85 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\ ) | tee $getstatuslog | grep int | sed -e 's/(int)//'`85 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'` 86 86 87 87 case $check0 in
Note:
See TracChangeset
for help on using the changeset viewer.