changeset 2707:d7368a34b6fa

hide grep errors
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Apr 2009 11:47:51 +0000
parents f905a6ab0ca8
children 4c658be4ab63
files auto/lib/md5/conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/md5/conf
+++ b/auto/lib/md5/conf
@@ -4,7 +4,7 @@
 
 if [ $MD5 != NONE ]; then
 
-    if grep MD5_Init $MD5/md5.h >/dev/null; then
+    if grep MD5_Init $MD5/md5.h 2>&1 >/dev/null; then
         # OpenSSL md5
         OPENSSL_MD5=YES
         have=NGX_HAVE_OPENSSL_MD5 . auto/have