ash: return exit status of nofork applets
authorRon Yorston <rmy@pobox.com>
Thu, 20 Oct 2016 11:24:02 +0000 (12:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 23 Oct 2016 23:18:13 +0000 (01:18 +0200)
commit5ccb0e92faf90e1e9125da434b9c37e85d0aaf28
treef5eb8ccb49485ff5ace44f83b36161cb267116fe
parent6bbb48fadf2265c7ed806027781da8039e561865
ash: return exit status of nofork applets

The commit 'ash: eval: Return status in eval functions' changed how
exit status is handled in eval functions.  The case of nofork
applets was missed, resulting in the incorrect status potentially
being returned for nofork applets when FEATURE_SH_NOFORK is enabled.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c