diff options
| author | David Stoline | 2013-05-23 14:33:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-31 13:44:20 -0700 |
| commit | 81108adb2565a1f06ba8c860f0a5b459a69b330a (patch) | |
| tree | 0a79ffc5f33a3f751f6f6a0400544042dceab425 | |
| parent | 98b250e767c0e37250b469a4ecd00427ed6cb14f (diff) | |
| download | homebrew-81108adb2565a1f06ba8c860f0a5b459a69b330a.tar.bz2 | |
drush: add bash_completion
Closes #20029.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/drush.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb index 7bfe63198..08df98f10 100644 --- a/Library/Formula/drush.rb +++ b/Library/Formula/drush.rb @@ -10,5 +10,6 @@ class Drush < Formula def install libexec.install Dir['*'] bin.install_symlink libexec/'drush' + bash_completion.install libexec/'drush.complete.sh' => 'drush' end end |
