From 38e99b96b477a199f75851186abcb3ecff2b708f Mon Sep 17 00:00:00 2001 From: Pedro Araujo Date: Wed, 4 Sep 2013 15:17:10 +0100 Subject: the_silver_searcher: install bash-completion script Closes #22306. Signed-off-by: Jack Nagel --- Library/Formula/the_silver_searcher.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index 1038aab4d..9441b51b9 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -25,6 +25,8 @@ class TheSilverSearcher < Formula "--prefix=#{prefix}" system "make" system "make install" + + bash_completion.install 'ag.bashcomp.sh' end def test -- cgit v1.2.3