pipefail doesn't work on NetBSD or FreeBSD

Hal Murray hmurray at megapathdsl.net
Sat Oct 13 21:16:46 UTC 2018


> I see no 'export' in your example.

sh-4.4$ export foo=3
sh-4.4$ echo $foo
3
sh-4.4$ (foo=4; echo $foo)
4
sh-4.4$ echo $foo
3
sh-4.4$ 


-- 
These are my opinions.  I hate spam.





More information about the devel mailing list