commit | 168de20f3b6ccefef0ff5757fa5310f47a95c2f0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Jul 01 22:10:33 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 01 22:10:33 2018 -0400 |
tree | 5cebfe4064a7da19ebad8fbfee5eb6df1660c863 | |
parent | 3fcb00be25b0a810c76dac4ed368a57b5c8e75b2 [diff] |
Revert "fw_printenv: Don't bail out directly after one env read error" As pointed out by Wolfgang Denk, the problem with this fix is that while interactive users will see that we have found one part of the environment failed and are using the other, progmatic use will not see this and can lead to problems. Signed-off-by: Tom Rini <trini@konsulko.com>