]> git.dujemihanovic.xyz Git - u-boot.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)
commita872b18a0f0365c7dd45239f85b4f7ffed3a6781
treecb90088716ea981415cb702a63814927126e5b7d
parenteaa268589e9cf81f37314f8efaebdb4dbb781647
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