glhf pour les conflits
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/05 18:17:25 by marde-vr #+# #+# */
|
||||
/* Updated: 2024/04/24 19:13:12 by tomoron ### ########.fr */
|
||||
/* Updated: 2024/04/25 13:26:52 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -73,7 +73,7 @@ void execute_command(t_msh *msh, char **cmd_args)
|
||||
env = env_to_char_tab(msh->env);
|
||||
if (env)
|
||||
{
|
||||
set_echoctl(msh->echoctl);
|
||||
//set_echoctl(msh->echoctl);
|
||||
if (execve(msh->tokens->value, cmd_args, env))
|
||||
perror("execve");
|
||||
}
|
||||
|
Reference in New Issue
Block a user