commit | b4f51d32d288a985019884d79515b1d7a8251529 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 27 12:55:09 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 27 12:55:09 2016 +0200 |
tree | e39a0f9e90805e62998d8aedef3165eea5f950a1 | |
parent | 2eb0a7e1b9a579ba34e4780c9ed8e74f38bc6b85 [diff] |
ash: partially sync with dash on "fork if traps are set" logic Upstream commit "[EVAL] Force fork if any trap is set, not just on EXIT" had a similar code as our fix to that bug. Eliminate some superficial differences. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>