aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-23 09:06:41 -0700
committerAdam Vandenberg2011-04-23 09:06:41 -0700
commit148c2de617f2f2137f19fa24961f08b07466988c (patch)
tree00c78617aee3e5cc2149f476d624231270ea6e5d /Library
parent83ed49411f076e30ced04c2cbebb054b2645a431 (diff)
downloadhomebrew-148c2de617f2f2137f19fa24961f08b07466988c.tar.bz2
Fix audit for new universal handling
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/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 3cc294c70..51fbd9071 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -147,6 +147,7 @@ def audit_formula_options f, text
if documented_options.length > 0
documented_options.each do |o|
+ next if o == '--universal'
problems << " * Option #{o} is unused" unless options.include? o
end
end