xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
pipefail4.42
(revision 90b5fc95832da64a5f56295e687379732c33718f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
set -o pipefail
4
(exit 43) | (exit 42)
5