From 35e349de3c93ab75abd8a990aaa1e01658273650 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Sep 2019 14:31:49 +0200 Subject: ash: add a FIXME comment Signed-off-by: Denys Vlasenko --- shell/ash.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shell/ash.c b/shell/ash.c index 305fb6348..c5588ea66 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -12393,7 +12393,13 @@ checkend: { for (p = eofmark; STPUTC(c, out), *p; p++) { if (c != *p) goto more_heredoc; - + /* FIXME: fails for backslash-newlined terminator: + * cat <