aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 4ec369737..2d65930ea 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -184,8 +184,8 @@ end
def check_for_stray_headers
white_list = [
- "macfuse/*", # MacFuse
- "osxfuse/*", # OSXFuse
+ "macfuse/**/*.h", # MacFuse
+ "osxfuse/**/*.h", # OSXFuse
]
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent