Magellan Linux

Annotation of /trunk/grub/patches/grub-1.92-grub-install-typo.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 549 byte(s)
-import

1 niro 144 --- grub-1.92/util/i386/pc/grub-install.in 2005-08-07 19:02:35.000000000 +0200
2     +++ grub-1.92-fixed/util/i386/pc/grub-install.in 2006-02-18 16:06:43.000000000 +0100
3     @@ -210,7 +210,7 @@
4     fs_module=`$grub_probefs --device-map=${device_map} ${grubdir}`
5     if test "x$fs_module" = x -a "x$modules" = x; then
6     echo "Auto-detection of a filesystem module failed." 1>&2
7     - echo "Please specify the module with the option `--modules' explicitly." 1>&2
8     + echo "Please specify the module with the option \`--modules' explicitly." 1>&2
9     exit 1
10     fi
11