diff options
| author | Adam Vandenberg | 2011-06-05 21:07:05 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-05 21:07:05 -0700 | 
| commit | 9459b10493b4f302958a642ac49c5619afcaf5e6 (patch) | |
| tree | 7ec75d79b6717f3c9a1f367db4500cdef9528d4f | |
| parent | c1a2be3c5b2c7b79f8cbb48b99db6f38dea8e7cf (diff) | |
| download | homebrew-9459b10493b4f302958a642ac49c5619afcaf5e6.tar.bz2 | |
git: edit caveats
Give a non-versioned location for the bash completion script.
| -rw-r--r-- | Library/Formula/git.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 118061e9a..480bfc3bc 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -59,10 +59,10 @@ class Git < Formula    def caveats; <<-EOS.undent      Bash completion has been installed to: -      #{prefix}/etc/bash_completion.d/ +      #{etc}/bash_completion.d      Emacs support has been installed to: -      #{share}/doc/git-core/contrib/emacs/ +      #{share}/doc/git-core/contrib/emacs      The rest of the "contrib" has been installed to:        #{share}/contrib  | 
