Contents of /trunk/grub/patches/grub-1.92-grub-install-typo.patch
Parent Directory | Revision Log
Revision 144 -
(show annotations)
(download)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 549 byte(s)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 549 byte(s)
-import
1 | --- 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 |