From 39908b71d90820f42b7b0c5e794c787421a892ef Mon Sep 17 00:00:00 2001 From: hugogogo Date: Sun, 5 Dec 2021 17:44:26 +0100 Subject: [PATCH] debug du heredoc en pipeline finalement la cause est rldone --- srcs/parsing/redirections/here_doc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcs/parsing/redirections/here_doc.c b/srcs/parsing/redirections/here_doc.c index 22e6931..a8daf1d 100644 --- a/srcs/parsing/redirections/here_doc.c +++ b/srcs/parsing/redirections/here_doc.c @@ -6,7 +6,7 @@ /* By: lperrey +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2021/11/11 18:46:43 by lperrey #+# #+# */ -/* Updated: 2021/12/05 14:15:09 by hulamy ### ########.fr */ +/* Updated: 2021/12/05 17:42:35 by hulamy ### ########.fr */ /* */ /* ************************************************************************** */ @@ -85,7 +85,6 @@ static int here_doc_write(char *delimiter, int doc_fd) sigaction(SIGINT, &signal_action, NULL); g_switch_heredoc_sigint = 0; rl_event_hook = void_func_return_readline; - //rl_signal_event_hook = void_func_return_readline; line_count = 0; while (1) {