missing backslash
This commit is contained in:
parent
b445cfaa4d
commit
fcab4f04e5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ save_default_entry ()
|
||||||
if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then
|
if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
if [ -z \${boot_once} ]; then
|
if [ -z \${boot_once} ]; then
|
||||||
set saved_entry=${chosen}
|
set saved_entry=\${chosen}
|
||||||
save_env saved_entry
|
save_env saved_entry
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue