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:
c3adfac
)
fix typo in comment
author
Denys Vlasenko
<dvlasenk@redhat.com>
Mon, 6 Sep 2010 09:47:55 +0000
(11:47 +0200)
committer
Denys Vlasenko
<dvlasenk@redhat.com>
Mon, 6 Sep 2010 09:47:55 +0000
(11:47 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 4e29f01a1906a1ef36b289f065787f2bb7bb8586..991737c5986af48144f9027b54608ca7991400ca 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-3174,7
+3174,7
@@
static char *fetch_till_str(o_string *as_string,
ch = i_getch(input);
nommu_addchr(as_string, ch);
if (ch == '\n'
- /* TODO: or EOF? (heredoc delimiter may end with <eof>, not only <eol> */
+ /* TODO: or EOF? (heredoc delimiter may end with <eof>, not only <eol>
)
*/
&& ((heredoc_flags & HEREDOC_QUOTED) || prev != '\\')
) {
if (strcmp(heredoc.data + past_EOL, word) == 0) {