Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7944 r7954 91 91 printprocesslog "INFO check availability for sequence $sequence" 92 92 93 check1=`root -q -b $macrospath/checkstardone.C+\(\""$sequence\""\) | tee $outpath/checkstardone-$sequence.log | grep int | sed -e 's/(int)//'`93 check1=`root -q -b $macrospath/checkstardone.C+\(\""$sequence\""\) | tee $outpath/checkstardone-$sequence.log | intgrep` 94 94 95 95 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.