From 173a1bdaea53374b86ce1d5dacebc06c3c80b6cb Mon Sep 17 00:00:00 2001 From: Pedro Araujo Date: Wed, 4 Sep 2013 15:17:10 +0100 Subject: [PATCH] the_silver_searcher: install bash-completion script Closes Homebrew/homebrew#22306. Signed-off-by: Jack Nagel --- Formula/the_silver_searcher.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/the_silver_searcher.rb b/Formula/the_silver_searcher.rb index 1038aab4d7..9441b51b97 100644 --- a/Formula/the_silver_searcher.rb +++ b/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