From 37bd3efc98859bc749358c48caec1e52b90433f1 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 14 Apr 2023 12:41:59 +0000 Subject: [PATCH] fix: change sigint to sigdef --- execution/execution.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/execution/execution.c b/execution/execution.c index 7cb334a..cf2354a 100644 --- a/execution/execution.c +++ b/execution/execution.c @@ -6,7 +6,7 @@ /* By: cchauvet fd_in[0], 0); dup2(cmd->fd_out[0], 1); ft_lstiter(*data->cmds, ft_cmdcloser);