From: Denys Vlasenko Date: Thu, 5 Sep 2019 12:31:49 +0000 (+0200) Subject: ash: add a FIXME comment X-Git-Tag: 1_32_0~161 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35e349de3c93ab75abd8a990aaa1e01658273650;p=oweals%2Fbusybox.git ash: add a FIXME comment Signed-off-by: Denys Vlasenko --- 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 <