aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorxiehuc2018-02-01 18:11:29 +0800
committerxiehuc2018-02-01 18:11:29 +0800
commit3e6adb7e33110f8f620bb387ce5884dba56783ad (patch)
treee23938b4d0cef988825f7ecc721a2f08236cd725 /bin
parenta21438735878dc76fed5f967dfe3b2ea5b7b6969 (diff)
downloadbrew-3e6adb7e33110f8f620bb387ce5884dba56783ad.tar.bz2
update all_proxy and man pages #3751
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 6fbdbd012..881ace1ec 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 no_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
+ http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
do
# Skip if variable value is empty.