[PATCH] ash: exit after subshell error when errexit option is set

Denys Vlasenko vda.linux at googlemail.com
Sat Sep 17 21:33:23 UTC 2016


On Fri, Sep 16, 2016 at 9:04 PM, Rostislav Skudnov <rostislav at tuxera.com> wrote:
> When "set -e" option is on, shell must exit when any command fails,
> including compound commands of the form (compound-list) executed in a
> subshell. Bash and dash shells have this behaviour.
>
> Also add a corresponding testcase.

Applied, thanks.


More information about the busybox mailing list