aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvars Berzinsh2017-12-18 08:53:15 +0200
committerIvars Berzinsh2017-12-18 08:53:15 +0200
commit25f65c1a136728ece1f4b4b88d7e9121e23879d1 (patch)
tree639c0cd76d6af9c712bd84adc67b943a9b082de3
parentb4d43e950fd45c24e48d6ebfd3013357abcd21a9 (diff)
downloadbrew-25f65c1a136728ece1f4b4b88d7e9121e23879d1.tar.bz2
Added no_proxy to filtered env
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 7270aec83..590d6c21b 100755
--- a/bin/brew
+++ b/bin/brew
@@ -67,7 +67,7 @@ then
FILTERED_ENV=()
# Filter all but the specific variables.
for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS SSH_AUTH_SOCK SUDO_ASKPASS \
- http_proxy https_proxy ftp_proxy HTTPS_PROXY FTP_PROXY \
+ http_proxy https_proxy ftp_proxy no_proxy HTTPS_PROXY FTP_PROXY \
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
do
# Skip if variable value is empty.