commit | 3ad24d5d053a30c2ee868b12f22cd8e8e3a2890c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 30 14:41:51 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 05 14:38:38 2014 -0400 |
tree | 991433a30c40dd753ae5ff63c48f133c7660d4a7 | |
parent | 2961710720b60e7a3247be2c1e4d8bab93b971bf [diff] |
Correct return code from builtin_run_command_list() The return code is not consistent with cli_simple_run_command_list(). For the last command in a sequence, the return code is actually inverted. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>