pipeline_exec() complete

+ TODO : simple_cmd_builtin()
+ libft small update
This commit is contained in:
LuckyLaszlo
2021-11-18 12:38:27 +01:00
parent 26993144cc
commit 91d5a0d14c
6 changed files with 120 additions and 26 deletions

View File

@@ -56,7 +56,7 @@ static t_token *insert_tokens(t_token *t, t_token *insert_lst)
t->id = 0;
free(t->content);
t->content = NULL;
t->content = NULL; // TODO : free_null()
if (!insert_lst)
return (t);