]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/lastpipe1.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / lastpipe1.sub
CommitLineData
495aee44
CR
1# with lastpipe set, exit at the end of a pipeline exits
2# the calling shell
3shopt -s lastpipe
4exit 142 | exit 14
5echo after: $?