]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut.sh): use gawk for strtonum
authorSam James <sam@gentoo.org>
Thu, 20 Jul 2023 03:36:01 +0000 (04:36 +0100)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 20 Jul 2023 12:25:46 +0000 (08:25 -0400)
commit33a66ed04bdc30eccb172a0cd6dcc36d9d74f825
treee76e5de93225915ada82f60eb605c7c39d2cb3c9
parent6af3fcfd7f699ec4bb3f1e9ac71b7a9ebb9804b3
fix(dracut.sh): use gawk for strtonum

strtonum is a gawkism and is not available in all awks, e.g. mawk. Use gawk
to avoid failure.

Fixes: f32e95bcadbc5158843530407adc1e7b700561b1
Signed-off-by: Sam James <sam@gentoo.org>
dracut-functions.sh
dracut.sh