commit | a872b18a0f0365c7dd45239f85b4f7ffed3a6781 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 19 13:36:48 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 19 15:53:09 2022 +0200 |
tree | cb90088716ea981415cb702a63814927126e5b7d | |
parent | eaa268589e9cf81f37314f8efaebdb4dbb781647 [diff] |
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>