]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-08 Colin Watson <cjwatson@ubuntu.com>
authorColin Watson <cjwatson@ubuntu.com>
Tue, 8 Dec 2009 00:57:46 +0000 (00:57 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 8 Dec 2009 00:57:46 +0000 (00:57 +0000)
* util/grub.d/00_header.in: Quote the value assigned to `default',
in case it contains spaces.

ChangeLog.savedefault
util/grub.d/00_header.in

index 0810274a30cc8d7efd0af63d672a90d16bd0e950..6f885a73f2e5efd60598bacde1eda1f3a4e60867 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-08  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub.d/00_header.in: Quote the value assigned to `default',
+       in case it contains spaces.
+
 2009-12-08  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub.d/30_os-prober.in: Fix merge error that moved a
index 577a12722efc8154999157e9c7add5c7e5490287..e8c3a14c48d4ff34e793265194baa4bdcc78c989 100644 (file)
@@ -40,7 +40,7 @@ if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=640x480 ; fi
 
 cat << EOF
 load_env
-set default=${GRUB_DEFAULT}
+set default="${GRUB_DEFAULT}"
 if [ \${prev_saved_entry} ]; then
   saved_entry=\${prev_saved_entry}
   save_env saved_entry