Skip to content

Commit 5e8df5b

Browse files
gonsoosarthurzam
authored andcommitted
bash completion: replace deprecated _init_completion
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Closes: #190 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent a44b270 commit 5e8df5b

File tree

1 file changed

+1
-1
lines changed
  • data/share/bash-completion/completions

1 file changed

+1
-1
lines changed

data/share/bash-completion/completions/pkgdev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "/usr/share/bash-completion/helpers/gentoo-common.sh"
44

55
_pkgdev() {
66
local i=1 cmd cur prev words cword split
7-
_init_completion -n : || return
7+
_comp_initialize -n : "$@" || return
88

99
local subcommands="
1010
bugs

0 commit comments

Comments
 (0)