about summary refs log tree commit diff
path: root/Src/parse.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-24 05:30:09 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-24 05:30:09 +0000
commitcd8d829898237145b1f9f1d7e93b017432887167 (patch)
tree370ec6e6255496154709977f694db9851d96d777 /Src/parse.c
parentd78daef3dc831194f77db9ef8efcc2b65a0b04f7 (diff)
downloadzsh-cd8d829898237145b1f9f1d7e93b017432887167.tar.gz
zsh-cd8d829898237145b1f9f1d7e93b017432887167.tar.xz
zsh-cd8d829898237145b1f9f1d7e93b017432887167.zip
zsh-workers/8385
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/parse.c b/Src/parse.c
index e5d067f8d..e92eabf68 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -1078,6 +1078,7 @@ par_simple(Cmd c)
 		sl->left = pl = (Pline) allocnode(N_PLINE);
 		pl->type = END;
 		pl->left = par_cmd();
+		c->u.list = l;
 	    }
 	    cmdpop();
 	    c->type = FUNCDEF;