From: Christos Zoulas Date: Fri, 5 May 1995 09:12:43 +0000 (-0800) Subject: add fd >&$var fix X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/f920886d91e7e7e7695ed8526658885c24f25108?ds=sidebyside add fd >&$var fix SCCS-vsn: bin/sh/nodetypes 8.2 --- diff --git a/usr/src/bin/sh/nodetypes b/usr/src/bin/sh/nodetypes index 8ec32b2031..18b7a4ffd6 100644 --- a/usr/src/bin/sh/nodetypes +++ b/usr/src/bin/sh/nodetypes @@ -7,7 +7,7 @@ # # %sccs.include.redist.sh% # -# @(#)nodetypes 8.1 (Berkeley) %G% +# @(#)nodetypes 8.2 (Berkeley) %G% # This file describes the nodes used in parse trees. Unindented lines # contain a node type followed by a structure tag. Subsequent indented @@ -104,6 +104,8 @@ NFROMFD ndup # fd>&dupfd next nodeptr # next redirection in list fd int # file descriptor being redirected dupfd int # file descriptor to duplicate + vname nodeptr # file name if fd>&$var + NHERE nhere # fd<<\! NXHERE nhere # fd<