mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
Imported from ../bash-2.05a.tar.gz.
This commit is contained in:
@@ -53,6 +53,9 @@ echo $?
|
||||
trap '' USR2
|
||||
./trap1.sub
|
||||
|
||||
# test ERR trap
|
||||
./trap2.sub
|
||||
|
||||
#
|
||||
# show that setting a trap on SIGCHLD is not disastrous.
|
||||
#
|
||||
@@ -71,3 +74,4 @@ trap -p SIGCHLD
|
||||
trap SIGINT QUIT TERM
|
||||
|
||||
trap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user