aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-11-29 12:06:22 +0000
committerGitHub2017-11-29 12:06:22 +0000
commit959f54d3ce3e3945cf8dca3b1c5ff7a23f310809 (patch)
tree4ea5bc93d9fe0121cb0873a74e41b8aadc9587ad
parent996da6623c97899af53d6e403f50af2f876bc05b (diff)
downloadbrew-959f54d3ce3e3945cf8dca3b1c5ff7a23f310809.tar.bz2
bin/brew: add lowercase variants.
-rwxr-xr-xbin/brew4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/brew b/bin/brew
index e8473dbb3..c330831b6 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 SUDO_ASKPASS
- http_proxy HTTPS_PROXY FTP_PROXY \
+ for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS SUDO_ASKPASS \
+ http_proxy https_proxy ftp_proxy HTTPS_PROXY FTP_PROXY \
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
do
# Skip if variable value is empty.