Commit 154c9bc3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

hide the grep result

parent 508ad2c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"