From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FccK1-0002Pa-Eq for mharc-grub-devel@gnu.org; Sun, 07 May 2006 02:00:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FccK0-0002PG-RH for grub-devel@gnu.org; Sun, 07 May 2006 02:00:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FccJz-0002On-Dj for grub-devel@gnu.org; Sun, 07 May 2006 02:00:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FccJz-0002Ok-8l for grub-devel@gnu.org; Sun, 07 May 2006 02:00:47 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FccKW-0002FM-TW for grub-devel@gnu.org; Sun, 07 May 2006 02:01:21 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id C4F1C3C925554 for ; Sun, 7 May 2006 09:24:46 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 7B8693C925553 for ; Sun, 7 May 2006 09:24:46 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Sun, 7 May 2006 08:00:43 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605070800.43759.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.467945, version=0.17.2 Subject: 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 06:00:49 -0000 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). Okuji