aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-11-28 14:52:08 +0000
committerMike McQuaid2017-11-28 14:52:08 +0000
commit63408a10ff677909f4397c5c94cfa1f2007c0826 (patch)
treef61efeea3d030fd1e45427bcc360d3bc2f096604
parent0d26baa938db0445b7154d94f1fafe12f45d5285 (diff)
downloadbrew-63408a10ff677909f4397c5c94cfa1f2007c0826.tar.bz2
bin/brew: whitelist http_proxy.
Fixes #3494.
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index f058fa34f..4b5488a45 100755
--- a/bin/brew
+++ b/bin/brew
@@ -88,7 +88,7 @@ then
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
FILTERED_ENV=()
- for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS \
+ for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS http_proxy \
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
do
# Skip if variable value is empty.