diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-readall.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-readall.rb b/Library/Contributions/cmd/brew-readall.rb index cdd0d31ea..0f5235896 100755 --- a/Library/Contributions/cmd/brew-readall.rb +++ b/Library/Contributions/cmd/brew-readall.rb @@ -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 |
