grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub2 efi patches


From: Alexandre Boeglin
Subject: Re: grub2 efi patches
Date: Fri, 8 Feb 2008 12:38:06 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]