diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-02 13:26:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-02 13:26:16 +0200 |
commit | 8b536eb40d7b4e65e3a0223ada7246f538ac6e98 (patch) | |
tree | cb93200c3244e31d7b64ec3f38c5ff4df120c777 | |
parent | 216913c290fd2b88b744c04c0a2ef21fd1410ba9 (diff) | |
download | busybox-w32-8b536eb40d7b4e65e3a0223ada7246f538ac6e98.tar.gz busybox-w32-8b536eb40d7b4e65e3a0223ada7246f538ac6e98.tar.bz2 busybox-w32-8b536eb40d7b4e65e3a0223ada7246f538ac6e98.zip |
hush: remove stray debugging printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 06fe0e405..1779009e0 100644 --- 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_ | |||
4240 | 4240 | ||
4241 | redir->rd_type = REDIRECT_HEREDOC2; | 4241 | redir->rd_type = REDIRECT_HEREDOC2; |
4242 | /* redir->rd_dup is (ab)used to indicate <<- */ | 4242 | /* redir->rd_dup is (ab)used to indicate <<- */ |
4243 | bb_error_msg("redir->rd_filename:'%s'", redir->rd_filename); | ||
4244 | p = fetch_till_str(&ctx->as_string, input, | 4243 | p = fetch_till_str(&ctx->as_string, input, |
4245 | redir->rd_filename, redir->rd_dup); | 4244 | redir->rd_filename, redir->rd_dup); |
4246 | if (!p) { | 4245 | if (!p) { |