diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/cmd/audit.rb | 1 |
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 |
