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