aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 8157de70f..346226ca9 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -413,7 +413,7 @@ module Homebrew extend self
puts problems * "\n"
puts
brew_count += 1
- problem_count += problems.size
+ problem_count += problems.select{ |p| p.start_with? ' *' }.size
end
end