2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-13 19:06:47 +01:00
gnuboot/tests
Denis 'GNUtoo' Carikli 423cd956dc
release: tests: make it pass shellcheck.
Without this fix, running shellcheck -x on
resources/packages/release/test shows the following error:
    In resources/packages/release/test line 200:
    missing_in_release_files=$(expr $missing_in_release_files + 1)
                                       ^--^ SC2003 (style): expr is antiquated.
    Consider rewriting this using $((..)), ${} or [[ ]].
                                            ^-----------------------^ SC2086
    (info): Double quote to prevent globbing and word splitting.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2024-12-27 19:57:02 +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 release: tests: make it pass shellcheck. 2024-12-27 19:57:02 +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