fix: exit code works

This commit is contained in:
Camille Chauvet
2023-03-20 15:31:39 +01:00
parent d56aac4b25
commit a58f9a0c76
8 changed files with 37 additions and 18 deletions

1
env/env_fill.c vendored
View File

@ -86,6 +86,7 @@ char *ft_env_filler(t_data *data, const char *str)
char *temp;
char *value;
ft_gen_exit_code(data);
out = ft_strdup(str);
if (out == NULL)
{