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