Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
014e991
)
Fix brew completion
author
Piotr Usewicz
<piotr@layer22.com>
Wed, 6 Oct 2010 12:53:00 +0000
(13:53 +0100)
committer
Piotr Usewicz
<piotr@layer22.com>
Wed, 6 Oct 2010 12:53:00 +0000
(13:53 +0100)
completion/brew.completion.bash
patch
|
blob
|
history
diff --git
a/completion/brew.completion.bash
b/completion/brew.completion.bash
index
10c8168
..
89c4646
100644
(file)
--- 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