the_silver_searcher: install bash-completion script
Closes Homebrew/homebrew#22306. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
209f147658
commit
173a1bdaea
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class TheSilverSearcher < Formula
|
|||
"--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
|
||||
bash_completion.install 'ag.bashcomp.sh'
|
||||
end
|
||||
|
||||
def test
|
||||
|
|
Loading…
Reference in a new issue