Merge branch 'test_execve' into quinten
This commit is contained in:
commit
97b6321983
@ -103,7 +103,7 @@ void simple_builtins(t_minishell *minishell)
|
||||
else
|
||||
{
|
||||
printf("found excutable: %s\n", path);
|
||||
free(path);
|
||||
fork_execve(minishell, path, ft_split(((t_token *)minishell->tokens->content)->value, ' '));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user