From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fckjw-0001Jc-H2 for mharc-grub-devel@gnu.org; Sun, 07 May 2006 11:00:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fckju-0001Ix-6U for grub-devel@gnu.org; Sun, 07 May 2006 11:00:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fckjs-0001IO-Lr for grub-devel@gnu.org; Sun, 07 May 2006 11:00:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fckjs-0001IJ-FZ for grub-devel@gnu.org; Sun, 07 May 2006 11:00:04 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FckkV-0008WJ-B0 for grub-devel@gnu.org; Sun, 07 May 2006 11:00:43 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id B44ED3C92DEE7 for ; Sun, 7 May 2006 18:24:13 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 30E713C92DEE6 for ; Sun, 7 May 2006 18:24:13 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 7 May 2006 17:00:00 +0200 User-Agent: KMail/1.8.2 References: <200605070800.43759.okuji@enbug.org> <87hd42njs3.fsf@xs4all.nl> In-Reply-To: <87hd42njs3.fsf@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605071700.01028.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.055381, version=0.17.2 Subject: Re: another script bug 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: Sun, 07 May 2006 15:00:06 -0000 On Sunday 07 May 2006 13:42, Marco Gerards wrote: > "Yoshinori K. Okuji" writes: > > As far as I see, the scripting code is really broken. When executing a > > menu entry, nothing is executed (setting a variable seems to be executed > > for an unknown reason, but there is no echo). > > Right, and I am able to reproduce this. I know how it is caused but > it's not an easy issue to fix properly. This too has a wait a bit, > sorry. Can you provide me more details? As you know, I don't like to wait for others to fix bugs, so I will take a look if you cannot fix it immediately. > Can you test it with just a single command in the menu entry? For > this specific case things have to work... I will. Okuji