]> git.proxmox.com Git - grub2.git/commitdiff
2006-01-25 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Wed, 25 Jan 2006 00:11:36 +0000 (00:11 +0000)
committerokuji <okuji@localhost>
Wed, 25 Jan 2006 00:11:36 +0000 (00:11 +0000)
        * util/i386/pc/grub-install.in: Escape a backslash. Reported by
        Poe Chen <poe.poechen@gmail.com>.

ChangeLog
util/i386/pc/grub-install.in

index a27b70ec03364800cc57b2521b741e5b3cf7b67b..4a464df04eec8ff6df48907b39e5ec522523fd33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-25  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * util/i386/pc/grub-install.in: Escape a backslash. Reported by
+       Poe Chen <poe.poechen@gmail.com>.
+
 2006-01-17  Marco Gerards  <marco@gnu.org>
 
        * include/grub/normal.h: Include <grub/script.h>.
index 3790fe77f5dcdf4243ea613ba7ee2d1621ea703c..aceb7fe76cbd444f1056796a629830f1be4c0768 100644 (file)
@@ -210,7 +210,7 @@ done
 fs_module=`$grub_probefs --device-map=${device_map} ${grubdir}`
 if test "x$fs_module" = x -a "x$modules" = x; then
     echo "Auto-detection of a filesystem module failed." 1>&2
-    echo "Please specify the module with the option `--modules' explicitly." 1>&2
+    echo "Please specify the module with the option \`--modules' explicitly." 1>&2
     exit 1
 fi