mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-12 18:39:15 +01:00
Denis 'GNUtoo' Carikli
423cd956dc
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> |
||
---|---|---|
.. | ||
checkpatch | ||
distclean | ||
lint | ||
targets | ||
u-boot-libre | ||
u-boot-libre.sha512 |