mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(group_cmd): prevent fd leak
This commit is contained in:
parent
dd94aba23b
commit
4e9f631918
9 changed files with 46 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue