blob: 33667cb1922bf9b70e3169eb976188ad0a4b4781 (
plain) (
blame)
1
2
3
4
5
|
# $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 \) </dev/null 2>/dev/null; { cat & wait; }'
|