From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Mon, 23 Apr 2012 11:33:49 +0300 Subject: [U-Boot] 'run' no longer aborts on an error, can someone please verify In-Reply-To: <20120423082005.8497F200261@gemini.denx.de> References: <20120421205158.67291204A81@gemini.denx.de> <4F932CEC.30808@gmail.com> <20120423082005.8497F200261@gemini.denx.de> Message-ID: <4F9513ED.6010308@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23.04.2012 11:20, Wolfgang Denk wrote: > I cannot confirm a problem with the "run' command; tested with > v2012.04 in "sandbox" : > > ------------------------------------ > $ echo 'setenv fail printenv foo;setenv bug echo === BUG ===;run fail bug; reset' | ./u-boot I can confirm it: EXE4026> setenv fail printenv foo;setenv bug echo === BUG ===;run fail bug ## Error: "foo" not defined === BUG === EXE4026> With the fix I showed earlier: EXE4026> setenv fail printenv foo;setenv bug echo === BUG ===;run fail bug ## Error: "foo" not defined EXE4026> > Which exact version of U-Boot and which board configuration are you testing? This is u-boot-imx.git next with not yet merged board adaptation. > Are you using hush shell, or plain old command interpreter? Plain old... -- Timo