Imported from ../bash-2.05a.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:54 +00:00
parent 28ef6c316f
commit f73dda092b
303 changed files with 37057 additions and 28800 deletions
+4
View File
@@ -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