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 220c0a7228..6e0eae01e1 100644
--- a/parse.y
+++ b/parse.y
@@ -2233,6 +2233,7 @@ f_arglist : '(' f_args opt_nl ')'
{
$$ = $2;
lex_state = EXPR_BEG;
+ command_start = Qtrue;
}
| f_args term
{