pipefail doesn't work on NetBSD or FreeBSD

Hal Murray hmurray at megapathdsl.net
Sat Oct 13 04:53:30 UTC 2018


Context is de-bashing tests/option-tester.sh and tests/python3-tester.sh


FreeBSD 11.1-RELEASE-p4 (GENERIC) #0: Tue Nov 14 06:12:40 UTC 2017

/bin/sh
$ set -o pipefail
set: Illegal option -o pipefail
$ 


NetBSD 8.0 (GENERIC) #0: Tue Jul 17 14:59:51 UTC 2018

/bin/sh
$ set -o pipefail
set: Illegal option -o pipefail
$ 


-- 
These are my opinions.  I hate spam.





More information about the devel mailing list