From a489a6d31446eda9401055bf17d47db1d0f6141d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Jul 2007 21:41:10 +0000 Subject: [PATCH] Added comment to build-check about regexp probably not being as complete as it could be... --- releasetools/build-check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releasetools/build-check b/releasetools/build-check index dad13652f..a624eea55 100644 --- a/releasetools/build-check +++ b/releasetools/build-check @@ -3,6 +3,8 @@ LOGFILENAME=LOG if [ -f $LOGFILENAME ] then +# FIXME: This regexp may not catch all error messages emitted; +# probably should be refined with a more complete regexp. egrep -i "error|fail|\*[^.]" $LOGFILENAME else echo -- 2.40.0