here_doc script_fd fix

+ line_len in here_doc
+ error message SIGQUIT
This commit is contained in:
lperrey
2021-12-22 15:57:02 +01:00
parent b51535cdbc
commit 523f560eab
9 changed files with 46 additions and 152 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/04 05:59:26 by lperrey #+# #+# */
/* Updated: 2021/12/18 03:24:54 by lperrey ### ########.fr */
/* Updated: 2021/12/22 13:56:38 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -30,7 +30,7 @@ void shell_loop(t_all *c)
ft_free_null(&line_input);
if (!c->token_list)
continue ;
c->pipeline = parsing(c->token_list);
c->pipeline = parsing(c->token_list, 0);
ft_lstclear((t_list **)&c->token_list, free);
if (!c->pipeline)
continue ;