# $FreeBSD$ # A redirection error on a compound command should not abort the shell. exec 2>/dev/null { echo bad; }