mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
A failure (usually caused by FD not being open) is a redirection error. Exp-run done by: pav (with some other sh(1) changes)
4 lines
68 B
Text
4 lines
68 B
Text
# $FreeBSD$
|
|
|
|
{ echo bad 0>&3; } 2>/dev/null 3>/dev/null 3>&-
|
|
exit 0
|