diff options
| author | Mike McQuaid | 2013-06-08 16:40:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-08 16:40:40 +0100 |
| commit | ff65923531f2642d5998251100f4ed1615003983 (patch) | |
| tree | 18dbc7cd45d8477e2dc2cc507017241294f7f075 /Library | |
| parent | d5c331c0720f825737d43cd8d70ebe03d6ef8518 (diff) | |
| download | brew-ff65923531f2642d5998251100f4ed1615003983.tar.bz2 | |
Raise bottle exceptions for Homebrew developers.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d1950ad62..755716dfc 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 |
