projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a90ec
)
ash: add a FIXME comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 5 Sep 2019 12:31:49 +0000
(14:31 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 5 Sep 2019 12:31:49 +0000
(14:31 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 305fb63483855b99c369bb870579a6ba31f29b2e..c5588ea667b10c701747854b1df0379b26cee461 100644
(file)
--- 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 <<EOF
+ * ...
+ * EO\
+ * F
+ * (see heredoc_bkslash_newline2.tests)
+ */
c = pgetc_without_PEOA();
}