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: Wed, 6 Feb 2008 00:11:41 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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;
            }




reply via email to

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