the_silver_searcher: install bash-completion script

Closes Homebrew/homebrew#22306.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Pedro Araujo 2013-09-04 15:17:10 +01:00 committed by Jack Nagel
parent 209f147658
commit 173a1bdaea

View file

@ -25,6 +25,8 @@ class TheSilverSearcher < Formula
"--prefix=#{prefix}"
system "make"
system "make install"
bash_completion.install 'ag.bashcomp.sh'
end
def test