mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
bin/brew: add lowercase variants.
This commit is contained in:
parent
996da6623c
commit
959f54d3ce
4
bin/brew
4
bin/brew
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user