From a21438735878dc76fed5f967dfe3b2ea5b7b6969 Mon Sep 17 00:00:00 2001 From: xiehuc Date: Tue, 30 Jan 2018 15:36:16 +0800 Subject: [PATCH] add ALL_PROXY for brew Signed-off-by: xiehuc --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 590d6c21b8..6fbdbd012c 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 \ + http_proxy https_proxy ftp_proxy no_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \ "${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}" do # Skip if variable value is empty.