aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-12 08:44:03 -0700
committerAdam Vandenberg2010-10-12 08:44:03 -0700
commit9ffe2e9e2a7558d45e239d2d93f9920b1d2aac5b (patch)
treed8b375f12898345d5718740e18541c6dbf4bd6ef /Library
parentd807aa0fe8d6e488dabe707471504b7238b3918c (diff)
downloadhomebrew-9ffe2e9e2a7558d45e239d2d93f9920b1d2aac5b.tar.bz2
brew-audit - don't complain about --HEAD options
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-audit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/examples/brew-audit.rb b/Library/Contributions/examples/brew-audit.rb
index 28e966f7c..54d53d903 100755
--- a/Library/Contributions/examples/brew-audit.rb
+++ b/Library/Contributions/examples/brew-audit.rb
@@ -112,6 +112,7 @@ def audit_formula_options f, text
if options.length > 0
options.each do |o|
+ next if o == '--HEAD'
problems << " * Option #{o} is not documented" unless documented_options.include? o
end
end