aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorhimikk2014-11-12 21:18:11 +0500
committerJack Nagel2014-11-14 20:30:52 -0600
commit8e68a9724de109fe08293c9d35f422d78caa341d (patch)
treebb0a8c3f8e941b5c7e6478d5612ebdcda680bb20 /Library
parentf388992b0268e615ad85ebdc94299ce8dd232040 (diff)
downloadbrew-8e68a9724de109fe08293c9d35f422d78caa341d.tar.bz2
Tell brew doctor to ignore libTrAPI.dylib
Tell brew doctor to ignore libTrAPI.dylib TrAPI used by VPN software "Endpoint Security VPN" Closes Homebrew/homebrew#34129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 933aaa2ae..802bed709 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -124,6 +124,7 @@ def check_for_stray_dylibs
"libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer
"libosxfuse_i32.2.dylib", # OSXFuse
"libosxfuse_i64.2.dylib", # OSXFuse
+ "libTrAPI.dylib", # TrAPI
]
__check_stray_files "/usr/local/lib", "*.dylib", white_list, <<-EOS.undent