aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-09-21 23:51:31 +0100
committerMax Howell2009-09-21 23:51:31 +0100
commit3094a162accd7c3e9f2005a2b9bd504aab37a8c2 (patch)
treee80228b20a43478b7a7396a5f9adf5ac58d2ae1c /Library
parent7f56fe2532056ff2e9423391ae75ff5bafba183f (diff)
downloadbrew-3094a162accd7c3e9f2005a2b9bd504aab37a8c2.tar.bz2
Don't always say "Patching"
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index ffb71bb44..1c0871432 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -116,7 +116,7 @@ class Formula
# }
# The final option is to return DATA, then put a diff after __END__. You
# can still return a Hash with DATA as the value for a patch level key.
- def patches; [] end
+ def patches; end
# sometimes the clean process breaks things, return true to skip anything
def skip_clean? path; false end
# rarely, you don't want your library symlinked into the main prefix