We have an exec that work (only once tho)

This commit is contained in:
Maieul BOYER 2024-08-03 16:35:16 +02:00
parent 8ee24b1bcf
commit 887601bf2b
No known key found for this signature in database
8 changed files with 25 additions and 34 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/28 14:40:38 by rparodi #+# #+# */
/* Updated: 2024/08/03 16:16:12 by maiboyer ### ########.fr */
/* Updated: 2024/08/03 16:18:41 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -157,6 +157,7 @@ void ft_take_args(t_state *state)
line_history_add(state->str_input);
state->current_node = parse_str(state);
exec_shcat(state);
ft_exit(state, 42);
mem_free(state->str_input);
}
}