]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/trap3.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / trap3.sub
1 PS4='+[$LINENO] '
2 trap 'echo trap: $LINENO' ERR
3
4 set -x
5
6 echo 1
7 echo 2
8 echo 3 | cat | false
9 echo 4