diff options
| author | David Reynolds | 2009-11-11 21:38:21 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-05 14:44:47 +0000 |
| commit | 1185ae96ce3df840aadf04b2af3679746e10e0b5 (patch) | |
| tree | dcd01c65cecdde4be8881195a25203fa6c5c7373 /Library/Formula/git.rb | |
| parent | fe7ab153f3f5c641be8f672a3ff4908b97f502af (diff) | |
| download | homebrew-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.rb | 2 |
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 |
