diff options
Diffstat (limited to 'Library/Contributions/brew_bash_completion.sh')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 4 |
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 |
