aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-30 19:06:23 -0500
committerJack Nagel2014-09-30 19:07:57 -0500
commit55192e489e6f15a42f2f556f661acb0870133d59 (patch)
treea33fa7ebb43fc8253dd699e66aa76351fc9fe954 /Library
parent00248a1d387ba42628b98cf4675d556ed010e43f (diff)
downloadhomebrew-55192e489e6f15a42f2f556f661acb0870133d59.tar.bz2
Whitelist more MacFuse headers
I think this is all of them.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 2d65930ea..33175e659 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -184,7 +184,8 @@ end
def check_for_stray_headers
white_list = [
- "macfuse/**/*.h", # MacFuse
+ "fuse/**/*.h", # MacFuse
+ "macfuse/**/*.h", # OSXFuse MacFuse compatibility layer
"osxfuse/**/*.h", # OSXFuse
]