aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorTim D. Smith2014-10-01 18:40:04 -0700
committerTim D. Smith2014-10-02 11:58:13 -0700
commite8ec113bca2e07f1e873e9c9312a036f3d7e0146 (patch)
tree6ca502a760e4e302413790f8405d758903bf4415 /Library/Homebrew/cmd
parent59f098849be9f1ea6eb6b891e2700170891c4f67 (diff)
downloadhomebrew-e8ec113bca2e07f1e873e9c9312a036f3d7e0146.tar.bz2
Audit formulæ for easy-install.pth files
Closes #32860.
Diffstat (limited to 'Library/Homebrew/cmd')
-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 cbfb67dce..e7e3868a4 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -568,6 +568,7 @@ class FormulaAuditor
audit_check_output(check_non_executables(f.sbin))
audit_check_output(check_generic_executables(f.sbin))
audit_check_output(check_shadowed_headers)
+ audit_check_output(check_easy_install_pth(f.lib))
end
def audit