mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
b3a9f423b9
Commands that are not run via "run" helper (cat, mkdir, __runc) do not set $status, so it makes no sense to check it. Fixes:94505a04,ed548376Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>