aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 91fae5fea..1236eaa2f 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -761,7 +761,6 @@ class Formula
def prepare_patches
active_spec.add_legacy_patches(patches)
- return if patchlist.empty?
patchlist.grep(DATAPatch) { |p| p.path = path }