diff --git a/src/executor/executor_child.c b/src/executor/executor_child.c index cebe4c9..41afdb5 100644 --- a/src/executor/executor_child.c +++ b/src/executor/executor_child.c @@ -39,6 +39,7 @@ void executor_child(t_minishell *msh, t_command *command) if (is_dir(path)) { ft_putstr_fd(RED BOLD, 2); + ft_putstr_fd("minishell: ", 2); ft_putstr_fd(command->args[0], 2); ft_putstr_fd(": " RESET "is a directory\n", 2); }