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