ash,hush: fix trap reporting: s/SIGEXIT/EXIT/

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-09-24 01:43:21 +02:00
parent ecb179b6d7
commit 2f7894b1bb
3 changed files with 9 additions and 8 deletions

View File

@@ -2,13 +2,13 @@ ___
___
___
trap -- 'a' EXIT
trap -- 'a' INT
trap -- 'a' USR1
trap -- 'a' USR2
trap -- 'a' SIGINT
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' USR1
trap -- 'a' USR2
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' USR2
trap -- 'a' SIGUSR2