i-bash/tests/lastpipe1.sub

6 lines
129 B
Text
Raw Normal View History

# with lastpipe set, exit at the end of a pipeline exits
# the calling shell
shopt -s lastpipe
exit 142 | exit 14
echo after: $?