diff options
| author | Mike McQuaid | 2017-11-29 12:06:22 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-29 12:06:22 +0000 |
| commit | 959f54d3ce3e3945cf8dca3b1c5ff7a23f310809 (patch) | |
| tree | 4ea5bc93d9fe0121cb0873a74e41b8aadc9587ad | |
| parent | 996da6623c97899af53d6e403f50af2f876bc05b (diff) | |
| download | brew-959f54d3ce3e3945cf8dca3b1c5ff7a23f310809.tar.bz2 | |
bin/brew: add lowercase variants.
| -rwxr-xr-x | bin/brew | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
