summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index d0cdbffb14..2f530edb76 100644
--- a/parse.y
+++ b/parse.y
@@ -861,6 +861,9 @@ opt_call_args : none
| call_args opt_nl
call_args : command_call
+ {
+ $$ = NEW_LIST($1);
+ }
| args ','
{
$$ = $1;