illumos-port-bash/tests/trap1.sub

5 lines
98 B
Plaintext
Executable File

# signals ignored at shell startup cannot be trapped or reset
trap 'echo USR2' USR2
trap -p USR2