mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +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
|
||||
|
||||
_ct-ng () {
|
||||
_ct_ng () {
|
||||
local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
|
||||
COMPREPLY=()
|
||||
cur=$(_get_cword)
|
||||
@ -30,4 +30,4 @@ _ct-ng () {
|
||||
COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
|
||||
return 0
|
||||
}
|
||||
complete -F _ct-ng ct-ng
|
||||
complete -F _ct_ng ct-ng
|
||||
|
Loading…
Reference in New Issue
Block a user