From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JKgQe-0005uK-Fs for mharc-grub-devel@gnu.org; Thu, 31 Jan 2008 15:54:36 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKgQd-0005tr-2K for grub-devel@gnu.org; Thu, 31 Jan 2008 15:54:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKgQa-0005tU-Ju for grub-devel@gnu.org; Thu, 31 Jan 2008 15:54:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKgQa-0005tQ-FM for grub-devel@gnu.org; Thu, 31 Jan 2008 15:54:32 -0500 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JKgQZ-0007D2-Su for grub-devel@gnu.org; Thu, 31 Jan 2008 15:54:32 -0500 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 31 Jan 2008 15:54:31 -0500 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id A5E5B619055; Thu, 31 Jan 2008 15:54:30 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1201736725.15073.70.camel@solid.paris.klabs.be> References: <1201731230.15073.45.camel@solid.paris.klabs.be> <20080130222921.GC7679@thorin> <1201736725.15073.70.camel@solid.paris.klabs.be> Content-Type: text/plain Date: Thu, 31 Jan 2008 15:54:29 -0500 Message-Id: <1201812869.4747.5.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Franklin PIAT Subject: Re: Questions for writing manpages 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: Thu, 31 Jan 2008 20:54:35 -0000 On Thu, 2008-01-31 at 00:45 +0100, Franklin PIAT wrote: > It seems that variable expansion adds a space before and after the variable's value. > Since the test must be "A=B", without space, results seems to be wrong > (unless i'm doing something wrong). Sorry for my previous clueless reply. I though you were asking about the normal shell (like bash), not about GRUB command line. You are right about spaces, I've had this problem before: > echo (${root}) ( hd0,1 ) > ls (${root}) error: unknown device -- Regards, Pavel Roskin