On Mon, Mar 25, 2024 at 10:11:34AM +0800, Gary Lin via Grub-devel wrote:
> _split_longopt() was the bash-completion private API and removed since
> bash-completion 2.12. This commit initializes the bash-completion
> general variables with _init_completion() to avoid the potential
> 'command not fou
_split_longopt() was the bash-completion private API and removed since
bash-completion 2.12. This commit initializes the bash-completion
general variables with _init_completion() to avoid the potential
'command not found' error.
Although bash-completion 2.12 introduces _comp_initialize() to deprec