aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 17:44:15 -0500
committerJack Nagel2012-05-15 17:45:26 -0500
commit28fa55824e8808f81d67b5084974cc14c9f15c16 (patch)
tree88114b2b1987a7e3629be3330af2faee73d34e30 /Library
parent249c7ac1b062c8f214dd26fc2a7c69d3bb693695 (diff)
downloadhomebrew-28fa55824e8808f81d67b5084974cc14c9f15c16.tar.bz2
audit: fix broken deps check
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 346226ca9..53f965243 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -318,7 +318,7 @@ def audit_formula_instance f
problems << " * Can't find dependency \"#{d}\"."
end
- case d
+ case d.name
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
problems << <<-EOS
* Don't use #{d} as a dependency. We allow non-Homebrew