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