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 0037f603d4..d7107614ed 100644
--- a/parse.y
+++ b/parse.y
@@ -6309,6 +6309,7 @@ parser_yylex(parser)
return kEND;
}
pushback(c);
+ c = ';';
command_start = Qtrue;
case ',':
lex_state = EXPR_BEG;