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 <