From 8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 22 Nov 2010 21:05:09 +0200 Subject: Fixes from John Haque. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 2f4608e2..070b9809 100644 --- a/command.c +++ b/command.c @@ -2322,7 +2322,7 @@ yyreduce: for (a = (yyvsp[(2) - (3)]); a != NULL; a = a->next) count++; - subs =concat_args((yyvsp[(2) - (3)]), count); + subs = concat_args((yyvsp[(2) - (3)]), count); free_cmdarg((yyvsp[(2) - (3)])->next); (yyvsp[(2) - (3)])->next = NULL; (yyvsp[(2) - (3)])->type = D_node; -- cgit v1.2.3