From ff65923531f2642d5998251100f4ed1615003983 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 8 Jun 2013 16:40:40 +0100 Subject: [PATCH] Raise bottle exceptions for Homebrew developers. --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d1950ad625..755716dfc1 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -104,6 +104,7 @@ class FormulaInstaller tab.write end rescue + raise if ARGV.homebrew_developer? opoo "Bottle installation failed: building from source." end