fix + norm

This commit is contained in:
Loic Deridder
2025-02-15 09:28:53 +01:00
parent 785e3fdfa0
commit bc2386cc83
9 changed files with 11 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ static char *extract_env(char *str, char **envp)
char *tmp;
i = 1;
tmp = NULL;
while (str[i] && is_exvalidchar(str[i]))
i++;
if (i > 1)