From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hx2mV-0005ss-IJ for mharc-grub-devel@gnu.org; Sat, 09 Jun 2007 11:23:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx2mT-0005sV-57 for grub-devel@gnu.org; Sat, 09 Jun 2007 11:23:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx2mR-0005s1-8a for grub-devel@gnu.org; Sat, 09 Jun 2007 11:23:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx2mR-0005ry-5W for grub-devel@gnu.org; Sat, 09 Jun 2007 11:23:07 -0400 Received: from smtp-vbr10.xs4all.nl ([194.109.24.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hx2mR-00017D-3i for grub-devel@gnu.org; Sat, 09 Jun 2007 11:23:07 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id l59FN33d069978 for ; Sat, 9 Jun 2007 17:23:04 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070608040212.GA2257@ws3.vdp.com> <20070609053747.GA9868@ws3.vdp.com> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 09 Jun 2007 17:29:17 +0200 In-Reply-To: <20070609053747.GA9868@ws3.vdp.com> (bean123@126.com's message of "Sat, 9 Jun 2007 13:37:47 +0800") Message-ID: <87lket2lki.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: Variable assignment not working as expected 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: Sat, 09 Jun 2007 15:23:09 -0000 Bean writes: > I try the following command: > > set AA=1 > set BB=$AA > > then type set, it shows: > > AA=1 > BB= > > should the value of BB be 1 ? This is a known bug :-/ > BTW, i notice that echo.c exists, but no echo.mod is generated. I will have a look at this. -- Marco