[Winbash-checkins] CVS: winbash/CWRU sh-redir-hack,NONE,1.1
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-11 01:57:57
|
Update of /cvsroot/winbash/winbash/CWRU In directory usw-pr-cvs1:/tmp/cvs-serv26460 Added Files: sh-redir-hack Log Message: Added from 1.14.5 GNU bash --- NEW FILE: sh-redir-hack --- Add to `subshell' production in parse.y and recompile -DREDIRECTION_HACK to get `< xx (command)' sh compatibility. | redirections '(' list ')' { #if defined (REDIRECTION_HACK) /* XXX - C News sh compatibility hack - XXX */ $3->redirects = $1; $3->flags |= CMD_WANT_SUBSHELL; $$ = $3; #else yyerror (); YYABORT; #endif } |