export builtin
This commit is contained in:
@@ -11,7 +11,7 @@ int builtin_unset(int argc, char *argv[], t_all *c)
|
||||
i = 1;
|
||||
while (argv[i])
|
||||
{
|
||||
env_position = getenv_position(environ, argv[i]);
|
||||
env_position = ft_getenv_position(argv[i]);
|
||||
free(environ[env_position]);
|
||||
while (environ[env_position])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user