summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index edc745b3db..fcdee13cbe 100644
--- a/parse.y
+++ b/parse.y
@@ -849,6 +849,10 @@ arg : lhs '=' arg
}
aref_args : none
+ | command_call opt_nl
+ {
+ $$ = NEW_LIST($1);
+ }
| args opt_nl
{
$$ = $1;