From: Michael Smith Date: Sun, 8 Jul 2007 21:41:10 +0000 (+0000) Subject: Added comment to build-check about regexp probably not being as X-Git-Tag: release/1.79.1~6^2~2004 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67f189d0a34cb90edd823f6d16adc728d52e27d7;p=docbook-dsssl Added comment to build-check about regexp probably not being as complete as it could be... --- 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