Allow debugging patch failures

Closes Homebrew/homebrew#33056.
This commit is contained in:
Jack Nagel 2014-10-10 14:59:18 -05:00
parent da56a45025
commit 8cc5aabfcf

View File

@ -17,7 +17,7 @@ module Debrew
end
module Formula
def install
def brew
Debrew.debrew { super }
end