From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JNRzg-0003sQ-0T for mharc-grub-devel@gnu.org; Fri, 08 Feb 2008 07:06:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNRze-0003oc-CU for grub-devel@gnu.org; Fri, 08 Feb 2008 07:06:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNRzc-0003kC-JV for grub-devel@gnu.org; Fri, 08 Feb 2008 07:06:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNRzc-0003jl-CY for grub-devel@gnu.org; Fri, 08 Feb 2008 07:06:08 -0500 Received: from aybabtu.com ([69.60.117.155]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JNRzb-0001mk-T9 for grub-devel@gnu.org; Fri, 08 Feb 2008 07:06:08 -0500 Received: from [192.168.10.6] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JNRzU-0006dJ-J2 for grub-devel@gnu.org; Fri, 08 Feb 2008 13:06:01 +0100 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1JNRxh-0001up-8H for grub-devel@gnu.org; Fri, 08 Feb 2008 13:04:09 +0100 Date: Fri, 8 Feb 2008 13:04:09 +0100 From: Robert Millan To: The development of GRUB 2 Message-ID: <20080208120409.GA7201@thorin> References: <20071118181403.GA11941@boeglin.org> <1c2f080f2d1aa07d2b518dc179bea58c@boeglin.org> <873asorcso.fsf@xs4all.nl> <20080205213409.GA21086@boeglin.org> <20080205221152.GB30724@thorin> <20080205231141.GD21086@boeglin.org> <20080206001104.GA2704@thorin> <20080208113806.GA3167@boeglin.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080208113806.GA3167@boeglin.org> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: grub2 efi patches X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 12:06:10 -0000 On Fri, Feb 08, 2008 at 12:38:06PM +0100, Alexandre Boeglin wrote: > 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" Looks fine to me. Since nobody seems to object, I suggest you check that in. -- Robert Millan I know my rights; I want my phone call! What use is a phone call… if you are unable to speak? (as seen on /.)