audit exits with status 1 if there are problems

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jack Nagel 2011-05-27 23:57:52 -05:00 committed by Adam Vandenberg
parent 7e132a8c46
commit 8f59c84ab2

View File

@ -277,6 +277,7 @@ module Homebrew extend self
puts "#{f.name}:"
puts problems * "\n"
puts
exit 1
end
end
end