Le mer 06 fév 2008 à 01:11:04 +0100, Robert Millan a écrit :
> On Wed, Feb 06, 2008 at 12:11:41AM +0100, Alexandre Boeglin wrote:
> > This was just a one line fix:
> >
> > Index: normal/arg.c
> > ===================================================================
> > RCS file: /sources/grub/grub2/normal/arg.c,v
> > retrieving revision 1.7
> > diff -u -p -r1.7 arg.c
> > --- normal/arg.c 21 Jul 2007 23:32:28 -0000 1.7
> > +++ normal/arg.c 18 Nov 2007 15:12:05 -0000
> > @@ -313,7 +313,7 @@ grub_arg_parse (grub_command_t cmd, int
> > if (grub_strlen (arg) == 2)
> > {
> > for (curarg++; curarg < argc; curarg++)
> > - if (add_arg (arg) != 0)
> > + if (add_arg (argv[curarg]) != 0)
> > goto fail;
> > break;
> > }
>
> No idea what this is about. Is there a thread that explains it? :-)
Sorry, I should have been more verbose ... This is discussed in the beginning
of this thread. Basically, when you type in the grub console
"echo -- a b", it will echo "-- --" instead of "a b"
Alex
_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel