From: Jan-Benedict G. <jb...@us...> - 2005-12-18 12:22:52
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14453 Modified Files: run_test_build.sh Log Message: - Make it even more readable. Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- run_test_build.sh 18 Dec 2005 11:52:23 -0000 1.10 +++ run_test_build.sh 18 Dec 2005 12:22:42 -0000 1.11 @@ -121,7 +121,7 @@ echo "" echo "We managed to build these parts:" echo "" - grep '^#' "${BUILD_DIRECTORY}/build.log" + egrep '(^#|^$)' "${BUILD_DIRECTORY}/build.log" echo "" echo "...and this are the 100 last lines of the build.log:" echo "" |