aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorAdam Vandenberg2014-10-20 23:18:07 -0700
committerAdam Vandenberg2014-10-20 23:18:07 -0700
commitfcff62cbaeb86562e90ad307e1e0d153bcf9e1a1 (patch)
tree71fb16dc00fa83779f7df704be39ae959f561905 /Library/Contributions
parent3309ab1e16c0b6c6880bbd6cca8515f07a19b1c3 (diff)
downloadhomebrew-fcff62cbaeb86562e90ad307e1e0d153bcf9e1a1.tar.bz2
remove ext from autocomplete
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/brew_bash_completion.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index 976d6c87d..da765d7b6 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -458,9 +458,6 @@ _brew ()
done
if [[ $i -eq $COMP_CWORD ]]; then
- local ext=$(\ls -p $(brew --repository)/Library/Contributions/cmd \
- 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g" \
- -e "s/.*\///g")
__brewcomp "
--cache --cellar
--env --prefix --repository
@@ -500,7 +497,6 @@ _brew ()
update
upgrade
uses
- $ext
"
return
fi