aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorDavid Reynolds2009-11-11 21:38:21 +0000
committerMax Howell2009-12-05 14:44:47 +0000
commit1185ae96ce3df840aadf04b2af3679746e10e0b5 (patch)
treedcd01c65cecdde4be8881195a25203fa6c5c7373 /Library/Formula/git.rb
parentfe7ab153f3f5c641be8f672a3ff4908b97f502af (diff)
downloadhomebrew-1185ae96ce3df840aadf04b2af3679746e10e0b5.tar.bz2
Install the git completion file into etc/bash_completion.d
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 734d46d36..3e9a59022 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -23,7 +23,7 @@ class Git <Formula
system "make install"
# Install the git bash completion file
- etc.install 'contrib/completion/git-completion.bash'
+ (etc+'bash_completion.d').install 'contrib/completion/git-completion.bash'
# these files are exact copies of the git binary, so like the contents
# of libexec/git-core lets hard link them