aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-04-30 14:08:59 +1000
committerMike McQuaid2012-04-30 21:38:08 +0800
commitfe969c21ad199ae27a113e9fb2f01c5bb3fbc942 (patch)
tree41212e39638bc8598f2a44f7158615aad2ede1f3 /Library/Homebrew/cmd/install.rb
parenta1ce504e7dd1d775d80f05128016d78b5c13383d (diff)
downloadbrew-fe969c21ad199ae27a113e9fb2f01c5bb3fbc942.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.rb3
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