Bash-4.2 distribution sources and documentation
[platform/upstream/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