From 7d36760cbfcbd8c5e97cf93548bc9dbf6ff5a1e7 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Aug 2007 11:50:27 +0000 Subject: [PATCH] Use "possible build problems" instead of "possible build errors", to prevent build-check from catching its output... --- buildtools/build-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1