diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 97379cd92..70a278f42 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -12005,7 +12005,7 @@ readtoken1(int c, int syntax, char *eofmark, int striptabs) | |||
12005 | } | 12005 | } |
12006 | } | 12006 | } |
12007 | #endif | 12007 | #endif |
12008 | if (eofmark == NULL || synstack->dblquote) | 12008 | if (!eofmark || synstack->dblquote || synstack->varnest) |
12009 | USTPUTC(CTLESC, out); | 12009 | USTPUTC(CTLESC, out); |
12010 | USTPUTC(c, out); | 12010 | USTPUTC(c, out); |
12011 | break; | 12011 | break; |