
4 Feb
2014
4 Feb
'14
11:06 p.m.
On Mon, Feb 03, 2014 at 01:21:05PM -0700, Stephen Warren wrote:
From: Stephen Warren swarren@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 swarren@nvidia.com
Applied to u-boot/master, thanks!
--
Tom