From f920886d91e7e7e7695ed8526658885c24f25108 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 5 May 1995 01:12:43 -0800 Subject: [PATCH] add fd >&$var fix SCCS-vsn: bin/sh/nodetypes 8.2 --- usr/src/bin/sh/nodetypes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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<