mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
* In {(...) <redir1;} <redir2, do not drop redir1.
* Maintain the difference between (...) <redir and {(...)} <redir:
In (...) <redir, the redirection is performed in the child, while in
{(...)} <redir it should be performed in the parent (like {(...); :;}
<redir)
3 lines
51 B
Text
3 lines
51 B
Text
# $FreeBSD$
|
|
|
|
{ (echo bad) >/dev/null; } </dev/null
|