kumquat-buildroot/support/download
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
..
bzr
cargo-post-process
check-hash support/download/check-hash: fix shellcheck errors 2024-04-28 21:45:59 +02:00
cvs
dl-wrapper
file
git
go-post-process
helpers Revert "support/download: generate even more reproducible tarballs" 2024-01-11 12:00:25 +01:00
hg
scp
sftp
svn
wget