From 8c50cb54c0086672148a117e1fca1baabe2f745b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 29 Jul 2011 08:34:00 -0700 Subject: [PATCH] audit: make version checks strict only --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 9f4caa9a3a..865cadf7c3 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -295,7 +295,7 @@ module Homebrew extend self problems += audit_formula_text(f.name, text_without_patch) problems += audit_formula_options(f, text_without_patch) - problems += audit_formula_version(f, text_without_patch) + problems += audit_formula_version(f, text_without_patch) if strict? unless problems.empty? errors = true