1 Add to `subshell' production in parse.y and recompile -DREDIRECTION_HACK to
2 get `< xx (command)' sh compatibility.
4 | redirections '(' list ')'
6 #if defined (REDIRECTION_HACK)
7 /* XXX - C News sh compatibility hack - XXX */
9 $3->flags |= CMD_WANT_SUBSHELL;