mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
hide grep errors
This commit is contained in:
parent
2b89d20302
commit
dc7a872a43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue