Skip to content

Commit

Permalink
Merge pull request #8586 from MikeMcQuaid/formula_patches
Browse files Browse the repository at this point in the history
compat/formula: re-add super.
  • Loading branch information
MikeMcQuaid authored Sep 3, 2020
2 parents 0c9e191 + 2c2b7ef commit 64c9982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/compat/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def installed?

def prepare_patches
odisabled "patches", "patch do" if respond_to?(:patches)
super
end

def installed_prefix
Expand Down

0 comments on commit 64c9982

Please sign in to comment.