2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-13 19:06:47 +01:00
gnuboot/resources
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
..
coreboot coreboot: t400_8mb: add debugging configuration 2024-12-07 14:13:55 +01:00
dependencies dependencies: pureos-trisquel: Add texlive-plain-generic for the website. 2024-12-04 16:57:38 +01:00
distros Add a minimal GNU Boot manual. 2024-11-25 16:39:16 +01:00
git resources: git: fix configuration with older git versions. 2024-11-22 17:20:11 +01:00
grub resources: grub: config: unify dev and devices variables. 2024-12-15 01:00:36 +01:00
guix/gnuboot guix: gnuboot-trisquel-grub.img: add missing inputs. 2024-10-05 11:20:30 +02:00
memtest86plus/patch memtest86+: fix build error (patch from Félicien Pillot) 2022-02-08 07:45:41 +00:00
packages release: tests: make it pass shellcheck. 2024-12-27 19:57:02 +01:00
scripts build system: wrap git commands. 2024-09-08 17:18:53 +02:00
seabios specifically call python3, in scripts 2022-03-13 18:17:09 +00:00
trisquel packages: roms: tests: Fix Trisquel LVM test. 2024-12-27 14:33:25 +01:00
u-boot/default Add support for releasing deblobbed u-boot 2020.07 source tarballs 2022-02-10 10:55:03 +01:00