readall: set Homebrew.failed on exception.

This commit is contained in:
Mike McQuaid 2014-04-11 15:11:14 +01:00
parent 3a5c14cea4
commit f51bda9e0a

View File

@ -10,5 +10,6 @@ Formula.names.each do |n|
rescue Exception => e
onoe "problem in #{Formula.path(n)}"
puts e
Homebrew.failed = true
end
end