]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/lastpipe1.sub
Bash-4.2 distribution sources and documentation
[thirdparty/bash.git] / tests / lastpipe1.sub
1 # with lastpipe set, exit at the end of a pipeline exits
2 # the calling shell
3 shopt -s lastpipe
4 exit 142 | exit 14
5 echo after: $?