summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index 369634e0c..403db1cc8 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -1126,7 +1126,7 @@ stmt : keyword_alias fsym {p->lstate = EXPR_FNAME;} fsym
| command_asgn
| mlhs '=' command_call
{
- $$ = new_masgn(p, $1, list1($3));
+ $$ = new_masgn(p, $1, $3);
}
| var_lhs tOP_ASGN command_call
{