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:
216913c
)
hush: remove stray debugging printout
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 2 Apr 2018 11:26:16 +0000
(13:26 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 2 Apr 2018 11:26:16 +0000
(13:26 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 06fe0e405dedd71b0ad2b1869545799e30c843f3..1779009e07c27a198d3e6dc935ae9cbe4f6c7611 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-4240,7
+4240,6
@@
static int fetch_heredocs(int heredoc_cnt, struct parse_context *ctx, struct in_
redir->rd_type = REDIRECT_HEREDOC2;
/* redir->rd_dup is (ab)used to indicate <<- */
-bb_error_msg("redir->rd_filename:'%s'", redir->rd_filename);
p = fetch_till_str(&ctx->as_string, input,
redir->rd_filename, redir->rd_dup);
if (!p) {