diff options
| author | Mike McQuaid | 2012-04-30 14:08:59 +1000 |
|---|---|---|
| committer | Mike McQuaid | 2012-04-30 21:38:08 +0800 |
| commit | 34c970b103f2dc725a02577dabcb4999fd4a32a0 (patch) | |
| tree | 3b828650de71fbdc87c843a7c2d37686b4cc11c4 /Library/Homebrew/cmd/install.rb | |
| parent | cd4f7c10cd97f8661b7b63b9348401416d86a6ab (diff) | |
| download | homebrew-34c970b103f2dc725a02577dabcb4999fd4a32a0.tar.bz2 | |
Add ofail command and fix bottle command output.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index ed5826da0..8a6c78bb4 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -76,8 +76,7 @@ module Homebrew extend self fi.caveats fi.finish rescue CannotInstallFormulaError => e - onoe e.message - Homebrew.failed = true + ofail e.message end end end |
