aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2017-11-29 11:39:04 +0000
committerGitHub2017-11-29 11:39:04 +0000
commit4bd184b706cebc24220dcbc7905b909e0e10a8f6 (patch)
tree2d6c5541bb435ca3f0135319e83d38ade2354938 /bin
parent230a333950609a66aa109eaf62b6e4a63bbb7c18 (diff)
parent2b7788d134e1d7eac02b73e681889cc147b0f20d (diff)
downloadbrew-4bd184b706cebc24220dcbc7905b909e0e10a8f6.tar.bz2
Merge branch 'master' into master
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/brew b/bin/brew
index 1c95d21db..e8473dbb3 100755
--- a/bin/brew
+++ b/bin/brew
@@ -88,8 +88,8 @@ then
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
FILTERED_ENV=()
- for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS \
- http_proxy https_proxy ftp_proxy no_proxy \
+ for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS SUDO_ASKPASS
+ http_proxy HTTPS_PROXY FTP_PROXY \
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
do
# Skip if variable value is empty.