Skip to content

Commit

Permalink
bash completion: replace deprecated _init_completion
Browse files Browse the repository at this point in the history
Signed-off-by: Lucio Sauer <[email protected]>
Closes: #190
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
antecrescent authored and arthurzam committed Jul 20, 2024
1 parent a44b270 commit 5e8df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/share/bash-completion/completions/pkgdev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "/usr/share/bash-completion/helpers/gentoo-common.sh"

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

local subcommands="
bugs
Expand Down

0 comments on commit 5e8df5b

Please sign in to comment.