commit:     1cb153f2fddd44769e159e0fd0a24298f88d36ab
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 12:57:07 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri May 19 12:59:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb153f2

sys-apps/memtest86+: fix syntax error in grub.d file

This minor syntax error would cause some indentation inconsistency

Closes: https://bugs.gentoo.org/839174

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/memtest86+/files/39_memtest86+-r2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/memtest86+/files/39_memtest86+-r2 
b/sys-apps/memtest86+/files/39_memtest86+-r2
index a213e0325609..d53f83cc311a 100644
--- a/sys-apps/memtest86+/files/39_memtest86+-r2
+++ b/sys-apps/memtest86+/files/39_memtest86+-r2
@@ -30,7 +30,7 @@ ${submenu_indentation}if [ "x\$grub_platform" = xpc ]; then
 ${submenu_indentation}menuentry 'Memtest86+ 32bit' {
 EOF
 
-       if [ -n "{submenu_indentation}" ]; then
+       if [ -n "${submenu_indentation}" ]; then
                prepare_grub_to_access_device "${device}" | grub_add_tab | 
grub_add_tab
        else
                prepare_grub_to_access_device "${device}" | grub_add_tab

Reply via email to