From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 10 Nov 2014 16:27:07 -0500 Subject: [U-Boot] [U-Boot, 5/6] hush: make run_command() return an error on parsing failure In-Reply-To: <1414621302-32062-5-git-send-email-rabin@rab.in> References: <1414621302-32062-5-git-send-email-rabin@rab.in> Message-ID: <20141110212707.GV24724@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Oct 29, 2014 at 11:21:41PM +0100, Rabin Vincent wrote: > run_command() returns success even if the command had a syntax error; > correct this behaviour. > > Signed-off-by: Rabin Vincent > Acked-by: Simon Glass