From: Alexandre Boeglin <alex@boeglin.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: grub2 efi patches
Date: Wed, 6 Feb 2008 00:11:41 +0100 [thread overview]
Message-ID: <20080205231141.GD21086@boeglin.org> (raw)
In-Reply-To: <20080205221152.GB30724@thorin>
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;
}
next prev parent reply other threads:[~2008-02-05 23:11 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-03 23:06 grub2 efi patches Alexandre Boeglin
2007-11-04 0:04 ` Alexandre Boeglin
2007-11-04 0:21 ` Alexandre Boeglin
2007-11-05 23:10 ` Alexandre Boeglin
2007-11-10 15:52 ` Marco Gerards
2007-11-10 15:48 ` Marco Gerards
2007-11-10 15:45 ` Marco Gerards
2007-11-18 18:14 ` Alexandre Boeglin
2007-12-18 20:16 ` Alexandre Boeglin
2008-01-23 11:39 ` Marco Gerards
2008-01-23 11:44 ` Robert Millan
2008-01-23 12:21 ` Marco Gerards
2008-01-24 8:35 ` Yoshinori K. Okuji
2008-01-24 9:12 ` Marco Gerards
2008-02-05 21:34 ` Alexandre Boeglin
2008-02-05 22:11 ` Robert Millan
2008-02-05 23:11 ` Alexandre Boeglin [this message]
2008-02-06 0:11 ` Robert Millan
2008-02-08 11:38 ` Alexandre Boeglin
2008-02-08 12:04 ` Robert Millan
2008-01-23 11:43 ` Robert Millan
2008-02-05 21:39 ` Alexandre Boeglin
2008-02-05 22:10 ` Robert Millan
2008-02-10 16:37 ` Generic halt and reboot commands (was: Re: grub2 efi patches) Alexandre Boeglin
2008-02-10 16:56 ` Robert Millan
2008-02-10 19:54 ` Alexandre Boeglin
2008-02-10 21:05 ` Robert Millan
2008-02-10 21:58 ` Alexandre Boeglin
2008-02-11 14:11 ` Robert Millan
2008-02-11 22:15 ` Alexandre Boeglin
2008-02-12 10:47 ` Robert Millan
2008-02-12 11:37 ` Alexandre Boeglin
2008-02-12 11:49 ` Robert Millan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080205231141.GD21086@boeglin.org \
--to=alex@boeglin.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.