readall: set Homebrew.failed on exception.
This commit is contained in:
parent
3a5c14cea4
commit
f51bda9e0a
@ -10,5 +10,6 @@ Formula.names.each do |n|
|
|||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
onoe "problem in #{Formula.path(n)}"
|
onoe "problem in #{Formula.path(n)}"
|
||||||
puts e
|
puts e
|
||||||
|
Homebrew.failed = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user