grub-devel
[Top][All Lists]
Advanced

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

Re: grub2 efi patches


From: Robert Millan
Subject: Re: grub2 efi patches
Date: Wed, 6 Feb 2008 01:11:04 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Feb 06, 2008 at 12:11:41AM +0100, Alexandre Boeglin wrote:
> Le mar 05 fév 2008 à 23:11:52 +0100, Robert Millan a écrit :
> > On Tue, Feb 05, 2008 at 10:34:09PM +0100, Alexandre Boeglin wrote:
> > > - "--" handling is trivial, I think this can be commited.
> > 
> > Please can you add a follow-up in the relevant thread(s) ?  I get easily
> > confused in this gazillon of mails.  Not to mention those who check the
> > list less frequently...
> 
> 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?  :-)

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)




reply via email to

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