commit | ccb977186100ccf6b443c5f08c8b179c9b7e720b | [log] [tgz] |
---|---|---|
author | Alexander Shishkin <virtuoso@slind.org> | Sun Jul 25 13:07:39 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jul 25 13:07:39 2010 +0200 |
tree | d41df96ab2f9905fe8397c1dd1e6f30aaea69350 | |
parent | 7a2ba329b9235af4c647e0a88c1db023b51cf8a4 [diff] [blame] |
ash: fix $! value when traps are set Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash.c b/shell/ash.c index fd119fa..988edab 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -4633,6 +4633,7 @@ INT_ON; } } + may_have_traps = 0; } /* Lives far away from here, needed for forkchild */