]> git.ipfire.org Git - thirdparty/grub.git/commit
tests/util/grub-shell: Use shell variable instead of autoconf
authorGlenn Washburn <development@efficientek.com>
Sat, 6 Aug 2022 06:26:31 +0000 (01:26 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 10 Aug 2022 12:24:47 +0000 (14:24 +0200)
commit0c6c1aff2a86a69ae74e1207bca2ff95303cbf43
tree760c0daf1b511e2ce22e378befbbe5b1d27aa73d
parent21a26dd57230ff85481e8785460701c6d67616d2
tests/util/grub-shell: Use shell variable instead of autoconf

By using shell variable that are set once by the expansion of an autoconf
variable, the resulting shell script is more easily moved and modified
from the build/install directory it was generated for. The resulting
script is more readable as well.

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