fixed builtin edge cases

This commit is contained in:
mdev9
2024-03-06 09:10:48 +01:00
parent 87f8f9abc9
commit 4df96de4a3
4 changed files with 24 additions and 20 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/02 21:59:20 by tomoron #+# #+# */
/* Updated: 2024/03/05 18:30:57 by marde-vr ### ########.fr */
/* Updated: 2024/03/06 08:32:18 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -88,7 +88,7 @@ int main(int argc, char **argv, char **envp)
commands = (char *)1;
init_minishell(&msh, argc, argv, envp);
handle_minishellrc(msh);
//handle_minishellrc(msh);
while (msh->env && commands)
{
prompt = get_prompt(msh->env);