fix(group_cmd): prevent fd leak

This commit is contained in:
Jérôme Guélen 2025-05-06 13:36:55 +02:00 committed by Khaïs COLIN
parent dd94aba23b
commit 4e9f631918
9 changed files with 46 additions and 48 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/31 14:16:13 by kcolin #+# #+# */
/* Updated: 2025/04/29 15:46:28 by kcolin ### ########.fr */
/* Updated: 2025/05/06 14:49:59 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,6 +26,6 @@ t_subprocess builtin_unset(t_simple_cmd *cmd, t_minishell *app);
t_builtin_type get_builtin(t_simple_cmd *cmd);
t_subprocess execute_builtin(t_simple_cmd *cmd, t_minishell *app,
t_std_fds *fds, t_builtin_type type);
t_builtin_type type);
#endif // BUILTINS_H