]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/trap3.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / trap3.sub
CommitLineData
495aee44
CR
1PS4='+[$LINENO] '
2trap 'echo trap: $LINENO' ERR
3
4set -x
5
6echo 1
7echo 2
8868edaf 8false | false | false
495aee44 9echo 4