fixed hell

This commit is contained in:
2024-05-06 14:29:15 +02:00
parent 855ba3f6f2
commit 444b84c541
4 changed files with 14 additions and 17 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/05/06 13:37:25 by tomoron ### ########.fr */
/* Updated: 2024/05/06 14:25:40 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -99,8 +99,6 @@ void get_cmd_path(t_msh *msh)
ft_printf_fd(2, "'': command not found\n");
else
ft_printf_fd(2, "%s: command not found\n", msh->tokens->value);
//free(msh->tokens->value);
//msh->tokens->value = 0;
g_return_code = 127;
}
}