]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-04-18 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 18 Apr 2008 13:20:55 +0000 (13:20 +0000)
committerrobertmh <robertmh@localhost>
Fri, 18 Apr 2008 13:20:55 +0000 (13:20 +0000)
        * util/update-grub.in: Fix syntax error when setting
        `GRUB_PRELOAD_MODULES'.
        Reported by Stephane Chazelas <stephane@artesyncp.com>

ChangeLog
util/update-grub.in

index 3ceca774d31f944daea52559de9eb834fe0c6682..004996dd32eaa866a6794ea5bbd3a1c1d2127ff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-18  Robert Millan  <rmh@aybabtu.com>
+
+       * util/update-grub.in: Fix syntax error when setting
+       `GRUB_PRELOAD_MODULES'.
+       Reported by Stephane Chazelas <stephane@artesyncp.com>
+
 2008-04-17  Lubomir Kundrak  <lkundrak@redhat.com>
 
        * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
index 77c19a14de0200aba97d538f9c0bb32da67559c7..6037b13d8777672625d85e589ee7f3ba39677546 100644 (file)
@@ -136,7 +136,7 @@ case ${GRUB_TERMINAL} in
   gfxterm)
     if path=`font_path` ; then
       GRUB_FONT_PATH="`convert_system_path_to_grub_path ${path}`"
-      GRUB_PRELOAD_MODULES="`${GRUB_PRELOAD_MODULES} ${grub_probe} -t abstraction ${path}`"
+      GRUB_PRELOAD_MODULES="${GRUB_PRELOAD_MODULES} `${grub_probe} -t abstraction ${path}`"
     else
       # fallback to console
       GRUB_TERMINAL=console