diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-07-11 13:24:17 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-11 14:42:32 +0200 |
commit | 92d7cedcad73ff9845ea3f635ea82bd925078c1f (patch) | |
tree | be7ec7051d21ac16c5810ae5836ff3811660813d /tools/gmp | |
parent | aee169b06d72c1a1f42be4809e8e6c8368ca2532 (diff) | |
download | upstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.tar.gz upstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.tar.bz2 upstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.zip |
scripts/gen_image_generic.sh: fix more shellcheck warnings
Fixes following shellcheck warnings:
In scripts/gen_image_generic.sh line 20:
cyl=$(( (KERNELSIZE + ROOTFSSIZE) * 1024 * 1024 / (head * sect * 512)))
^-^ SC2034: cyl appears unused. Verify use (or export if used externally).
--
In scripts/gen_image_generic.sh line 34:
[ -n "$PADDING" ] && dd if=/dev/zero of="$OUTPUT" bs=512 seek="$(($ROOTFSOFFSET + $ROOTFSSIZE))" conv=notrunc count="$sect"
^-----------^ SC2004: $/${} is unnecessary on arithmetic variables.
--
In scripts/gen_image_generic.sh line 35:
mkfs.fat -n kernel -C "$OUTPUT.kernel" -S 512 "$(($KERNELSIZE / 1024))"
^---------^ SC2004: $/${} is unnecessary on arithmetic variables.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'tools/gmp')
0 files changed, 0 insertions, 0 deletions