commit | 7899cb4e8e67ce9d44460f92a6353a8ac8856f29 | [log] [tgz] |
---|---|---|
author | Piotr Usewicz <piotr@layer22.com> | 周三 10月 06 13:53:00 2010 +0100 |
committer | Piotr Usewicz <piotr@layer22.com> | 周三 10月 06 13:53:00 2010 +0100 |
tree | 4cc86bac19a17c7ae5638584137d1b10ee1ef209 | |
parent | 014e99109891561da1cebb469d536e2ae6f4a760 [diff] |
Fix brew completion
diff --git a/completion/brew.completion.bash b/completion/brew.completion.bash index 10c8168..89c4646 100644 --- a/completion/brew.completion.bash +++ b/completion/brew.completion.bash
@@ -1,3 +1,3 @@ -if [ -f `brew --prefix`/etc/bash_completion ]; then - . `brew --prefix`/etc/bash_completion +if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then + . `brew --prefix`/Library/Contributions/brew_bash_completion.sh fi