From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 23 May 2006 11:00:08 -0500 Subject: [U-Boot-Users] Hush shell and simple calculations In-Reply-To: <20060523084242.E24F63525D9@atlas.denx.de> References: <20060523084242.E24F63525D9@atlas.denx.de> Message-ID: <44733188.3080403@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <44725285.1030006@tait.co.nz> you wrote: >> I've solved this with a new command 'eval' which is used to set a > > I think that's a typo. An 'eval' command that does not behave exactly > as the standard shell 'eval' should have been named 'evil' ;-) Maybe 'eval' is not the best name but lacking back tick capability it seems to me that you need to pass the name of (local?) environment variable to receive such assignment. Perhaps we can add such functionality as another command (propose: iexpr) I think I would really use this right now. Best regards, Tolunay