]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
missing backslash
authorColin Watson <cjwatson@ubuntu.com>
Tue, 5 Jan 2010 10:39:30 +0000 (10:39 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 5 Jan 2010 10:39:30 +0000 (10:39 +0000)
util/grub-mkconfig_lib.in

index acfc9f6ea1cfb151104f7933eb2e5445c81c566c..72e0e38f9ee0eaf47bf7f3a4b586178ef6e98f1f 100644 (file)
@@ -95,7 +95,7 @@ save_default_entry ()
   if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then
     cat << EOF
 if [ -z \${boot_once} ]; then
-  set saved_entry=${chosen}
+  set saved_entry=\${chosen}
   save_env saved_entry
 fi
 EOF