X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=4de59151a637538631b860d9ca5282f9694bb430;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=776e97bdcb3da539f0c918bfac7f832d095301b7;hpb=126e0a851c7e170b13c206c530083fc48572ea60;p=sbcl.git diff --git a/make.sh b/make.sh index 776e97b..4de5915 100755 --- 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)."