faboussard / 42_minishell

1 stars 0 forks source link

just putting a number lleads the program to finish #22

Closed melobern closed 5 months ago

melobern commented 6 months ago

If we put : 3 The program goes in the condition : if (minishell->process_list == NULL) return ; This doesn't just prevents fails but also real input that should be dealt with.

The good input, in that case, should be : 3 : command not found