aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.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/formula_installer.rb
parent86bb9b3fbb5d53b44a56b7e13c685ea60e64b376 (diff)
downloadbrew-c4818394cbd8872016e56a97e1a464a635d71c6c.tar.bz2
Post-install audit for shadowed header files
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
-rw-r--r--Library/Homebrew/formula_installer.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index c5914484c..7723c0f8d 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -384,6 +384,7 @@ class FormulaInstaller
audit_lib
audit_man
audit_info
+ audit_include
end
c = Caveats.new(f)
@@ -671,6 +672,10 @@ class FormulaInstaller
print_check_output(check_infopages)
end
+ def audit_include
+ print_check_output(check_shadowed_headers)
+ end
+
private
def hold_locks?