]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Remove $((BASE#NUM)) bashism in grub-fs-tester
authorGlenn Washburn <development@efficientek.com>
Sun, 6 Feb 2022 22:00:10 +0000 (16:00 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Feb 2022 15:06:50 +0000 (16:06 +0100)
commita9c2257761d4c9144147a752509ff4490c652e1c
treea0229f38d6d026c2870fa013a665d731fc6db188
parentcdefaf1f587b303467109bfa61e01468739c5fac
tests: Remove $((BASE#NUM)) bashism in grub-fs-tester

This bashism allows converting NUM in base BASE to decimal. Its not needed
because the only place its used is to convert from hexidecimal and this can
also be done with the more portable $((0xHEXNUM)) syntax.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-fs-tester.in