--- grub-1.92/util/i386/pc/grub-install.in 2005-08-07 19:02:35.000000000 +0200 +++ grub-1.92-fixed/util/i386/pc/grub-install.in 2006-02-18 16:06:43.000000000 +0100 @@ -210,7 +210,7 @@ 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