ash: fix "kill %1" not working if CONFIG_ASH is disabled
authorKang-Che Sung <explorer09@gmail.com>
Sun, 8 Jan 2017 13:27:34 +0000 (14:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 13:27:34 +0000 (14:27 +0100)
commita474728e82510aa98995f02ac53ca7207b0baf76
tree1e45be62c49008faac9e63cb39fdc8ca2f691ce8
parent0ffac1cc22e3e864e64c1e0357ffd127fd1c1b23
ash: fix "kill %1" not working if CONFIG_ASH is disabled

ix ash "kill %1" not working if CONFIG_ASH is disabled but
ash is launched by 'sh' or 'bash' name

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/kill.c