gnuboot/tests
Denis 'GNUtoo' Carikli 3faff837dd
resources: grub: config: (ab)use shellcheck to check it.
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>
2024-12-13 17:10:08 +01:00
..
checkpatch Add checkpatch.scm script and require maintainers to run it. 2024-11-27 22:35:56 +01:00
distclean packages: coreboot: distclean: Use bash to avoid issue in PureOS. 2023-12-09 15:53:48 +01:00
lint resources: grub: config: (ab)use shellcheck to check it. 2024-12-13 17:10:08 +01:00
targets packages: roms: boot: filter out invalid computers. 2023-12-11 11:43:27 +01:00
u-boot-libre Switch to packages structure. 2023-12-06 17:14:14 +01:00
u-boot-libre.sha512 boot-libre: add --gen-blob-script to generate a deblob script 2022-02-16 19:11:14 +01:00