init version.
[bush.git] / tests.bak / lastpipe1.sub
blob43711e37e2780322993c30af002be172316257f6
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: $?