diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index a2af3abd3..78dec6103 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -135,9 +135,10 @@ class FormulaInstaller tab.tabfile.delete if tab.tabfile tab.write end - rescue - raise if ARGV.homebrew_developer? + rescue => e + raise e if ARGV.homebrew_developer? @pour_failed = true + onoe e.message opoo "Bottle installation failed: building from source." end |
