fixed command not found stopping execution

This commit is contained in:
mdev9
2024-05-03 08:41:56 +02:00
parent e75099562e
commit 9e2f926ca8
2 changed files with 2 additions and 14 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/21 21:47:15 by marde-vr #+# #+# */
/* Updated: 2024/04/30 14:02:25 by marde-vr ### ########.fr */
/* Updated: 2024/05/03 08:34:53 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -102,5 +102,6 @@ void get_cmd_path(t_msh *msh)
free(msh->tokens->value);
msh->tokens->value = 0;
g_return_code = 127;
msh->in_fd = -2;
}
}