Re: [PATCH] grub-shell: Use shell variable instead of autoconf

2022-08-09 Thread Daniel Kiper
On Sat, Aug 06, 2022 at 01:26:31AM -0500, Glenn Washburn wrote: > 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 mor

[PATCH] grub-shell: Use shell variable instead of autoconf

2022-08-05 Thread Glenn Washburn
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 --- tests/util/grub