aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:51 -0500
committerJack Nagel2014-03-17 22:47:07 -0500
commit4729e6f262d55d95afe8d5b740a386e6070ab5e8 (patch)
tree6853fa471d4ab501c6c03ddec80db8411f9dd5e9
parent954eba78494e31a457ed330277d5259d70ab731e (diff)
downloadhomebrew-4729e6f262d55d95afe8d5b740a386e6070ab5e8.tar.bz2
bash-completion: use patch DSL
-rw-r--r--Library/Formula/bash-completion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bash-completion.rb b/Library/Formula/bash-completion.rb
index 73509e904..737b52046 100644
--- a/Library/Formula/bash-completion.rb
+++ b/Library/Formula/bash-completion.rb
@@ -10,7 +10,7 @@ class BashCompletion < Formula
# Backports the following upstream patch from 2.x:
# http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=patch;h=50ae57927365a16c830899cc1714be73237bdcb2
- def patches; DATA; end
+ patch :DATA
def compdir
etc/'bash_completion.d'