commit | 4ccddc8fb37b7f585c2d62f6e61ad17295399aff | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 14 17:27:18 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Feb 16 19:14:45 2020 +0100 |
tree | 5a7b60334c1be7f7d32ca7d589b4171fc1eea28a | |
parent | f7eea8c235dea6699a21c7b26c218e6c0dc1bf95 [diff] |
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps Upstream commit: Date: Mon Oct 6 10:39:47 2014 +0800 [BUILTIN] Exit without arguments in a trap should use status outside traps POSIX now requires that exit without arguments in a trap should return the last command status prior to executing traps. This patch implements this behaviour. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>