mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Look for env or printenv to search environment vars.
This commit is contained in:
2
apache2/configure
vendored
2
apache2/configure
vendored
@@ -3775,7 +3775,7 @@ fi
|
||||
test -n "$PERL" && break
|
||||
done
|
||||
|
||||
for ac_prog in env
|
||||
for ac_prog in env printenv
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
||||
Reference in New Issue
Block a user