Revert "Allow debugging patch failures"

This reverts commit 988601624568a951d86bd00cf441d18681b4b500.
This commit is contained in:
Jack Nagel 2014-10-11 01:45:55 -05:00
parent 85a9156c6f
commit ee2f3e8e7e

View File

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