mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(exec): correctly exit subprocesses, do not keep multiple shells in parallel
This commit is contained in:
parent
2ea4afda4a
commit
733ae1093a
14 changed files with 81 additions and 46 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/04 19:42:36 by khais #+# #+# */
|
||||
/* Updated: 2025/04/04 19:43:09 by khais ### ########.fr */
|
||||
/* Updated: 2025/04/16 16:45:40 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -15,6 +15,6 @@
|
|||
|
||||
# include "../../minishell.h"
|
||||
|
||||
void group_cmd_execute(t_group_cmd *cmd, t_minishell *app);
|
||||
void group_cmd_execute(t_group_cmd *cmd, t_minishell *app, bool should_exit);
|
||||
|
||||
#endif // GROUP_CMD_EXECUTE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue