From 154c9bc3b88703316b1ff5c6c2230b41718d6c43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Jan 2004 09:48:55 +0000 Subject: [PATCH] hide the grep result --- testcurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcurl.sh b/testcurl.sh index a72ca4409..f256e06cf 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -186,7 +186,7 @@ if [ $CVS -eq 1 ]; then # generate the build files ./buildconf 2>&1 | tee build.log - if { grep "^buildconf: OK" build.log; } then + if { grep "^buildconf: OK" build.log >/dev/null 2>&1; } then echo "testcurl: buildconf was successful" else echo "testcurl: buildconf was NOT successful"