hush: remove stray debugging printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
216913c290
commit
8b536eb40d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user