aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-09-24 15:03:06 -0700
committerMike McQuaid2014-09-24 15:03:06 -0700
commitf96ed45fe19855d0f8acc37d5d77d16d607dfce3 (patch)
tree0d9f26333b50bf0f941bbc64bb6d8de0b61feb33
parent338a451a47c884eb9ca96d7b0023417a1eaa4d3d (diff)
downloadhomebrew-f96ed45fe19855d0f8acc37d5d77d16d607dfce3.tar.bz2
Revert "Whitelist OSXFuse headers"
This reverts commit f05d29e3fd0d056b78da6a0b0247e64f91014e04.
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 192302921..e2235cdcd 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -188,9 +188,7 @@ def check_for_stray_las
end
def check_for_stray_headers
- white_list = {
- "osxfuse/*" => "OSXFuse",
- }
+ white_list = {} # TODO whitelist MacFuse/OSXFuse headers
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent
Unbrewed header files were found in /usr/local/include.