kumquat-buildroot/support
Yann E. MORIN 4a27953e8b support/download/check-hash: fix shellcheck errors
The hash files do not use trailing backslash \ to continue lines, so
we don't want them to be interpreted thusly, so we use 'read -r'
(SC2162).

The h_file is used twice in the same loop, once for reading from it,
and once just to print it, so there is no conflict (SC2094).

Integrer variables need not be quoted (SC2086). In any case, should
there be an actual issue and they be set empty, that would cause a
runtime issue, wether they be quoted or not.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9cb421c16f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-04-28 21:45:59 +02:00
..
config-fragments toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-21 21:43:14 +01:00
dependencies support/dependencies/dependencies.sh: libopenssl needs perl bigint on s390x 2024-03-03 13:13:40 +01:00
docker
download support/download/check-hash: fix shellcheck errors 2024-04-28 21:45:59 +02:00
gnuconfig
kconfig
legal-info
libtool
misc Update for 2024.02.1 2024-03-26 10:28:48 +01:00
scripts support/scripts/mkusers: fix shellcheck errors 2024-04-28 21:44:56 +02:00
testing support/testing: add ed runtime test 2024-04-28 21:38:14 +02:00