Denis 'GNUtoo' Carikli
3faff837dd
While the grub configuration file format is very different from real shell scripts, the similarities are enough to make it pass shellcheck with very few adjustements. The advantage of using shellcheck here is that we can still detect some issues such as variables that are referenced but not assigned. For instance if we add 'echo "$test"' in the beginning of the configuration file we then have: In resources/grub/config/grub.cfg line 24: echo "$test" ^---^ SC2154 (warning): test is referenced but not assigned (for output from commands, use "$(test ...)" ). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org> |
||
---|---|---|
.. | ||
checkpatch | ||
distclean | ||
lint | ||
targets | ||
u-boot-libre | ||
u-boot-libre.sha512 |