Skip to content

Commit

Permalink
bash-completion: remove UHU 2.2, 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Mar 27, 2018
1 parent 15e6ce5 commit 2e59d9c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions bash-completion/completions/build
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
_build22()
{
local cur foo
cur=${COMP_WORDS[COMP_CWORD]}
foo="$(/bin/ls /usr/src/UHUBUILD/UB-2.2)"
COMPREPLY=($(compgen -W "$foo" -- "$cur"))
}
complete -F _build22 build-2.2

_build3()
{
local cur foo
cur=${COMP_WORDS[COMP_CWORD]}
foo="$(/bin/ls /usr/src/UHUBUILD/UB-3)"
COMPREPLY=($(compgen -W "$foo" -- "$cur"))
}
complete -F _build3 build-3

_buildubk1()
{
local cur foo
Expand Down

0 comments on commit 2e59d9c

Please sign in to comment.