blob: 43711e37e2780322993c30af002be172316257f6 [file] [log] [blame]
Chet Ramey495aee42011-11-22 19:11:26 -05001# with lastpipe set, exit at the end of a pipeline exits
2# the calling shell
3shopt -s lastpipe
4exit 142 | exit 14
5echo after: $?