1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00

」 feat(builtins/ft_export): += is added !

This commit is contained in:
yosyo
2024-07-15 18:04:17 +02:00
parent ab717f740b
commit ab8177a419
6 changed files with 67 additions and 32 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* utils_exec_2.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/09 22:53:01 by adjoly #+# #+# */
/* Updated: 2024/07/15 15:23:00 by adjoly ### ########.fr */
/* Updated: 2024/07/15 17:05:33 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -46,7 +46,7 @@ void __sig(int status)
ft_putendl_fd("Quit (core dumped)", 2);
else
ft_putendl_fd("Quit", 2);
}
}
signal(SIGQUIT, SIG_IGN);
signal(SIGINT, SIG_IGN);
}