Re: [PATCH] tests/util/grub-fs-tester: Use shell variable instead of autoconf

2023-02-08 Thread Daniel Kiper
On Sat, Feb 04, 2023 at 06:26:07PM -0600, Glenn Washburn wrote: > By using a shell variable that is set once by the expansion of an autoconf > variable, the resulting script is more readable. > > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___

[PATCH] tests/util/grub-fs-tester: Use shell variable instead of autoconf

2023-02-04 Thread Glenn Washburn
By using a shell variable that is set once by the expansion of an autoconf variable, the resulting script is more readable. Signed-off-by: Glenn Washburn --- tests/util/grub-fs-tester.in | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tests/util/grub-fs-t