]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/trap1.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / trap1.sub
CommitLineData
d166f048
JA
1# signals ignored at shell startup cannot be trapped or reset
2trap 'echo USR2' USR2
3
4trap -p USR2