]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: correct return value for printenv -e
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Jun 2022 11:36:48 +0000 (13:36 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Jun 2022 13:53:09 +0000 (15:53 +0200)
commitd9110e347907a2a648827f04c1a5c692b5ba2798
treecb90088716ea981415cb702a63814927126e5b7d
parent115cb53cac54ef24d00aeaad7f86ac971a9ac5c9
cmd: correct return value for printenv -e

If printenv -e is executed and the specified variable is not found, the
return value $? of the command should be 1 (false).

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/nvedit_efi.c