From 175228b416622e949ea4cb81e1154a3a44a6b98a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg <flangy@gmail.com> Date: Sat, 23 Apr 2011 09:06:41 -0700 Subject: [PATCH] Fix audit for new universal handling --- Library/Homebrew/cmd/audit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3cc294c702..51fbd90716 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 -- GitLab