- fix syntax errors related to missing quotes

This commit is contained in:
Bryce Denney 2002-10-16 15:54:31 +00:00
parent f3a611de1f
commit 3f58f90cc9

View File

@ -16,9 +16,9 @@ make dist-clean >$OUT 2>&1
rm -f $OUT
echo "*** Starting configure, results to $OUT"
echo "*** do_tests output file" >> $OUT 2>&1
echo "*** date: `date` >> $OUT 2>&1
echo "*** host: `hostname` >> $OUT 2>&1
echo "*** uname -a: `uname -a` >> $OUT 2>&1
echo "*** date: `date`" >> $OUT 2>&1
echo "*** host: `hostname`" >> $OUT 2>&1
echo "*** uname -a: `uname -a`" >> $OUT 2>&1
echo "*** Starting configure" >> $OUT 2>&1
./configure >> $OUT 2>&1
echo "*** Copying config.log and config.status into the output file"