diff options
| author | Ivars Berzinsh | 2017-12-18 08:53:15 +0200 |
|---|---|---|
| committer | Ivars Berzinsh | 2017-12-18 08:53:15 +0200 |
| commit | 25f65c1a136728ece1f4b4b88d7e9121e23879d1 (patch) | |
| tree | 639c0cd76d6af9c712bd84adc67b943a9b082de3 /bin | |
| parent | b4d43e950fd45c24e48d6ebfd3013357abcd21a9 (diff) | |
| download | brew-25f65c1a136728ece1f4b4b88d7e9121e23879d1.tar.bz2 | |
Added no_proxy to filtered env
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 HTTPS_PROXY FTP_PROXY \ + http_proxy https_proxy ftp_proxy no_proxy HTTPS_PROXY FTP_PROXY \ "${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}" do # Skip if variable value is empty. |
