From: Michael Smith Date: Wed, 29 Aug 2007 11:50:27 +0000 (+0000) Subject: Use "possible build problems" instead of "possible build errors", X-Git-Tag: release/1.79.1~6^2~1709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d36760cbfcbd8c5e97cf93548bc9dbf6ff5a1e7;p=docbook-dsssl Use "possible build problems" instead of "possible build errors", to prevent build-check from catching its output... --- diff --git a/buildtools/build-check b/buildtools/build-check index dcbb6e660..c7741940c 100755 --- a/buildtools/build-check +++ b/buildtools/build-check @@ -15,7 +15,7 @@ then exit 0 else echo - echo "Possible build errors found:" + echo "Possible build problems found:" echo $grep -i "$errorRegexp" $LOGFILENAME echo