aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 375fca8435..64a70d7de4 100644
--- a/parse.y
+++ b/parse.y
@@ -3166,6 +3166,9 @@ yylex()
return here_document(c2, indent);
}
pushback(c2);
+ if (indent) {
+ pushback('-');
+ }
}
switch (lex_state) {
case EXPR_FNAME: case EXPR_DOT: