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