summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 2816976a2b..8da2f7f555 100644
--- a/parse.y
+++ b/parse.y
@@ -717,7 +717,7 @@ arg : lhs '=' arg
{
NODE *args = NEW_LIST($6);
- list_append($3, NEW_NIL());
+ $3 = list_append($3, NEW_NIL());
list_concat(args, $3);
if ($5 == tOROP) {
$5 = 0;