grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix missing root pool in 10_linux: remove duplicate word 'ex


From: gyc
Subject: Re: [PATCH] Fix missing root pool in 10_linux: remove duplicate word 'export'
Date: Sun, 3 Jan 2021 23:30:21 +0800

This patch removes duplicate word 'export' in 'Re: [PATCH] Fix missing root 
pool in 10_linux: better wording; add intru'
---
 util/grub-mkconfig.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 2c3958ae1..fd021d52c 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -305,7 +305,7 @@ with blkid
     if
         blkid -s LABEL -o value %s
     returns root pool name, then try set
-        export export GRUB_ZFS_ALT_RPOOL='blkid -s LABEL -o value 
\${GRUB_DEVICE}'" "${GRUB_DEVICE}" "${GRUB_DEVICE}" >&2
+        export GRUB_ZFS_ALT_RPOOL='blkid -s LABEL -o value \${GRUB_DEVICE}'" 
"${GRUB_DEVICE}" "${GRUB_DEVICE}" >&2
        echo >&2
        exit 1
     fi
-- 
2.30.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]