diff options
| author | Bruno R. Barreyra | 2017-11-29 09:56:30 +0100 |
|---|---|---|
| committer | Bruno R. Barreyra | 2017-11-29 11:29:10 +0100 |
| commit | 230a333950609a66aa109eaf62b6e4a63bbb7c18 (patch) | |
| tree | 4a2871ea384b97ca98f724c5ead091fbbc2865bf | |
| parent | 2b7ecb47934018b95b681ee5a49f86286242c838 (diff) | |
| download | brew-230a333950609a66aa109eaf62b6e4a63bbb7c18.tar.bz2 | |
Adding proxy variables to FILTERED_ENV
Fixes #3500
| -rwxr-xr-x | bin/brew | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +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 \ + for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS \ + http_proxy https_proxy ftp_proxy no_proxy \ "${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}" do # Skip if variable value is empty. |
