Raise bottle exceptions for Homebrew developers.

This commit is contained in:
Mike McQuaid 2013-06-08 16:40:40 +01:00
parent d5c331c072
commit ff65923531

View File

@ -104,6 +104,7 @@ class FormulaInstaller
tab.write tab.write
end end
rescue rescue
raise if ARGV.homebrew_developer?
opoo "Bottle installation failed: building from source." opoo "Bottle installation failed: building from source."
end end