Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/fillstar
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7944 r7954 42 42 set -C 43 43 44 scriptlog=$runlogpath/ run$program-$datetime.log44 scriptlog=$runlogpath/$program-$datetime.log 45 45 date >> $scriptlog 2>&1 46 46 … … 81 81 setstatus "start" >> $scriptlog 2>&1 82 82 83 check2=`root -q -b $macrospath/fillstar.C+\("\"$starfile\""\,kFALSE\) | tee $fillstarlog | grep \(int\) | sed -e 's/.*(int)//'`83 check2=`root -q -b $macrospath/fillstar.C+\("\"$starfile\""\,kFALSE\) | tee $fillstarlog | intgrep` 84 84 case $check2 in 85 85 1) echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.