From c87416e525d53461010893c0811c89ab9e983eb9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 2 Jan 2020 13:55:29 +0000 Subject: [PATCH] postinstall: re-add Debrew. --- Library/Homebrew/postinstall.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/postinstall.rb b/Library/Homebrew/postinstall.rb index fe4e006019..0eb610839d 100644 --- a/Library/Homebrew/postinstall.rb +++ b/Library/Homebrew/postinstall.rb @@ -24,6 +24,7 @@ begin trap("INT", old_trap) formula = Homebrew.args.resolved_formulae.first + formula.extend(Debrew::Formula) if Homebrew.args.debug? formula.run_post_install rescue Exception => e # rubocop:disable Lint/RescueException error_pipe.puts e.to_json