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>.
This commit is contained in:
okuji 2006-01-25 00:11:36 +00:00
parent 77c4a3939d
commit 6de53d26a2
2 changed files with 6 additions and 1 deletions

View file

@ -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>.

View 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