aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorJack Nagel2014-10-01 23:32:53 -0500
committerJack Nagel2014-10-01 23:32:53 -0500
commitc4818394cbd8872016e56a97e1a464a635d71c6c (patch)
treee440bd9d8fe8714f5d221415acdda5a931fc743d /Library/Homebrew/cmd/audit.rb
parent86bb9b3fbb5d53b44a56b7e13c685ea60e64b376 (diff)
downloadbrew-c4818394cbd8872016e56a97e1a464a635d71c6c.tar.bz2
Post-install audit for shadowed header files
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rw-r--r--Library/Homebrew/cmd/audit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 0cf20b75b..cbfb67dce 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -567,6 +567,7 @@ class FormulaAuditor
audit_check_output(check_generic_executables(f.bin))
audit_check_output(check_non_executables(f.sbin))
audit_check_output(check_generic_executables(f.sbin))
+ audit_check_output(check_shadowed_headers)
end
def audit