Re: [PATCH V3 0/4] bash-completion:fix shellcheck error and warning

2022-12-06 Thread Daniel Kiper
On Tue, Dec 06, 2022 at 09:49:27PM +0800, t.feng via Grub-devel wrote: > Hi, > The patch set fix some warning and error in grub-completion.bash.in. > And shellcheck also provides 'info' and 'style' level check, i think > grub do not need to modify. > > shellcheck -s bash -S warning grub-completion.

[PATCH V3 0/4] bash-completion:fix shellcheck error and warning

2022-12-06 Thread t.feng via Grub-devel
Hi, The patch set fix some warning and error in grub-completion.bash.in. And shellcheck also provides 'info' and 'style' level check, i think grub do not need to modify. shellcheck -s bash -S warning grub-completion.bash.in shellcheck:https://github.com/koalaman/shellcheck V3: change functions