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

🔨」 fix: quote fixed

This commit is contained in:
2024-07-15 14:27:43 +02:00
parent 27ac717f67
commit 17bb4ce14e
4 changed files with 51 additions and 14 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 11:18:04 by adjoly #+# #+# */
/* Updated: 2024/07/15 13:17:31 by mmoussou ### ########.fr */
/* Updated: 2024/07/15 14:02:18 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -51,7 +51,7 @@ int main(int ac, char **av, char **env)
get_env(&env_l);
if (!env_l)
return (EXIT_FAILURE);
get_exit_code(727);
get_exit_code(0);
while (1)
{
signal(SIGINT, &sig_c);