mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:53:37 +03:00
hide the grep result
This commit is contained in:
parent
508ad2c92f
commit
154c9bc3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue