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