mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 06:56:40 +00:00
completion: fix function name
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
b4baa70696
commit
4652a17c10
@ -1,6 +1,6 @@
|
|||||||
# To be sourced
|
# To be sourced
|
||||||
|
|
||||||
_ct-ng () {
|
_ct_ng () {
|
||||||
local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
|
local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=$(_get_cword)
|
cur=$(_get_cword)
|
||||||
@ -30,4 +30,4 @@ _ct-ng () {
|
|||||||
COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
|
COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
complete -F _ct-ng ct-ng
|
complete -F _ct_ng ct-ng
|
||||||
|
Loading…
Reference in New Issue
Block a user