On Mon, Feb 03, 2014 at 01:21:05PM -0700, Stephen Warren wrote:

> From: Stephen Warren <swar...@nvidia.com>
> 
> This emulates bash:
> $ if test; then echo yes; else echo no; fi
> no
> 
> Currently, the code sets expr = -1 in this case, which gets mapped to
> 0 (true) at the end of do_test() by the logical -> shell exit code
> conversion.
> 
> Signed-off-by: Stephen Warren <swar...@nvidia.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to