aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-09-28 11:15:25 -0500
committerJack Nagel2014-09-28 11:15:25 -0500
commit1f95b3f6a8df6fc33f88b38a7ae10d7c058cd69c (patch)
treebd8a6a5a342725fd4eec3338e8f9cd9bbcba83a1 /Library/Homebrew/cmd
parentfd0251506c1fae2197631e1791e8c1d5576c7f73 (diff)
downloadhomebrew-1f95b3f6a8df6fc33f88b38a7ae10d7c058cd69c.tar.bz2
Fix whitelisted headers
Diffstat (limited to 'Library/Homebrew/cmd')
-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