mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
6 lines
218 B
Text
6 lines
218 B
Text
|
|
# $FreeBSD$
|
||
|
|
# The redirection does not apply to the background command, and therefore
|
||
|
|
# does not override the implicit </dev/null.
|
||
|
|
|
||
|
|
echo bad | ${SH} -c 'command eval eval \\\) \</dev/null 2>/dev/null; { cat & wait; }'
|