Merge branch 'master' into master
This commit is contained in:
commit
4bd184b706
@ -180,6 +180,7 @@ module Homebrew
|
||||
"libecomlodr.dylib", # Symantec Endpoint Protection
|
||||
"libsymsea*.dylib", # Symantec Endpoint Protection
|
||||
"sentinel.dylib", # SentinelOne
|
||||
"sentinel-*.dylib", # SentinelOne
|
||||
]
|
||||
|
||||
__check_stray_files "/usr/local/lib", "*.dylib", white_list, <<~EOS
|
||||
|
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 \
|
||||
http_proxy https_proxy ftp_proxy no_proxy \
|
||||
for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS SUDO_ASKPASS
|
||||
http_proxy HTTPS_PROXY FTP_PROXY \
|
||||
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
|
||||
do
|
||||
# Skip if variable value is empty.
|
||||
|
Loading…
x
Reference in New Issue
Block a user