diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 53a8322303..3ca4a140d0 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -9,7 +9,7 @@ module Homebrew problem_count = 0 strict = ARGV.include? "--strict" - if strict && ARGV.formulae.any? + if strict && ARGV.formulae.any? && MacOS.version >= :mavericks require "cmd/style" ohai "brew style #{ARGV.formulae.join " "}" style