fix: exit code works
This commit is contained in:
1
env/env_fill.c
vendored
1
env/env_fill.c
vendored
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user