0.8.5.16:
[sbcl.git] / make.sh
diff --git a/make.sh b/make.sh
index 776e97b..4de5915 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -109,9 +109,9 @@ NCONTRIBS=`find contrib -name Makefile -print | wc -l`
 NPASSED=`find contrib -name test-passed -print | wc -l`
 
 echo
-echo The build seems to have finished successfully, including $NPASSED
-echo (out of $NCONTRIBS) contributed modules.  If you would like to run 
-echo more extensive tests on the new SBCL, you can try 
+echo "The build seems to have finished successfully, including $NPASSED"
+echo "(out of $NCONTRIBS) contributed modules.  If you would like to run" 
+echo "more extensive tests on the new SBCL, you can try"
 echo "  cd tests && sh ./run-tests.sh"
 echo "(but expect some failures on non-x86 platforms)."