From 2c2b7ef2a6011d0df19f088824fae3a0ea95fe43 Mon Sep 17 00:00:00 2001
From: Mike McQuaid <mike@mikemcquaid.com>
Date: Thu, 3 Sep 2020 13:28:22 +0100
Subject: [PATCH] compat/formula: re-add super.

I missed the `respond_to?(:patches)` here which broke patches.
---
 Library/Homebrew/compat/formula.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Library/Homebrew/compat/formula.rb b/Library/Homebrew/compat/formula.rb
index c5eb84301b..82a0faa8a4 100644
--- a/Library/Homebrew/compat/formula.rb
+++ b/Library/Homebrew/compat/formula.rb
@@ -9,6 +9,7 @@ class Formula
 
     def prepare_patches
       odisabled "patches", "patch do" if respond_to?(:patches)
+      super
     end
 
     def installed_prefix
-- 
GitLab