From 6d81779954a9a5ef64c87a21ce131190a1214d7c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 24 Jul 2001 14:17:31 +0000 Subject: remove nulargs in here strings (15470) --- Src/parse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index 70a00031c..e5373cfc9 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1685,6 +1685,9 @@ par_redir(int *rp) if ((tokstr[0] == Inang || tokstr[0] == Outang) && tokstr[1] == Inpar) type = tokstr[0] == Inang ? REDIR_INPIPE : REDIR_OUTPIPE; break; + case REDIR_HERESTR: + remnulargs(name = dupstring(name)); + break; } yylex(); -- cgit v1.2.3