aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-01-03 10:47:55 -0600
committerJack Nagel2013-01-03 10:47:55 -0600
commit812a68cce65e208ba5e44e23c4e775499ecb8aed (patch)
tree26f1ec38172938556c991e91ad234f8ce3d2bea3 /Library/Formula
parent2be7936ebfedbea1eb111654984f8622227239d7 (diff)
downloadhomebrew-812a68cce65e208ba5e44e23c4e775499ecb8aed.tar.bz2
git-extras: remove duplicated caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-extras.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index 9aba74bd1..2d426fe24 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -14,10 +14,4 @@ class GitExtras < Formula
inreplace 'Makefile', %r|\$\(DESTDIR\)(?=/etc/bash_completion\.d)|, '$(DESTDIR)$(PREFIX)'
system "make", "PREFIX=#{prefix}", "install"
end
-
- def caveats; <<-EOS.undent
- Bash completion has been installed to:
- #{etc}/bash_completion.d
- EOS
- end
end