From 800cdb6a790ce469914d19c7a629e9197e17d680 Mon Sep 17 00:00:00 2001 From: mdev9 Date: Sat, 24 Feb 2024 19:21:17 +0100 Subject: [PATCH] idk what changed --- srcs/exec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcs/exec.c b/srcs/exec.c index a54ca2d..20b133a 100755 --- a/srcs/exec.c +++ b/srcs/exec.c @@ -6,7 +6,7 @@ /* By: marde-vr +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/02/07 14:12:49 by tomoron #+# #+# */ -/* Updated: 2024/02/23 20:30:13 by marde-vr ### ########.fr */ +/* Updated: 2024/02/24 19:21:10 by marde-vr ### ########.fr */ /* */ /* ************************************************************************** */ @@ -186,7 +186,6 @@ int exec(t_msh *msh, t_cmd *cmd, char **cmd_args) { pipe_parent(msh); //rl_redisplay(); - //waitpid(pid, 0, 0); i = 0; while (msh->pids[i]) i++;