summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 82fdb6f855..c2f4626b46 100644
--- a/parse.y
+++ b/parse.y
@@ -1354,6 +1354,7 @@ command : fcall command_args %prec tLOWEST
/*%%%*/
$1->nd_args = $2;
nd_set_last_loc($1, nd_last_loc($2));
+ $$ = $1;
/*% %*/
/*% ripper: command($1, $2) %*/
}