Re: [PATCH] util/bash-completion: Fix for bash-completion 2.12

2024-04-10 Thread Daniel Kiper
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

[PATCH] util/bash-completion: Fix for bash-completion 2.12

2024-03-24 Thread Gary Lin via Grub-devel
_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