Changeset 7329 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 08/28/05 02:00:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7325 r7329 151 151 152 152 echo "doing filldotraw..." >> $scriptlog 2>&1 153 check1=`root -q -b $macrospath/filldotraw.C+\( $rawfile\,kFALSE\) | tee $filldotrawlogfile | grep int | sed -e 's/.*(int)//'`153 check1=`root -q -b $macrospath/filldotraw.C+\("\"$rawfile\""\,kFALSE\) | tee $filldotrawlogfile | grep int | sed -e 's/.*(int)//'` 154 154 155 155 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.