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

🔨」 fix: fixed some things.

This commit is contained in:
2024-07-18 17:10:53 +02:00
parent 93eae87ea8
commit e5e127f71d
6 changed files with 79 additions and 27 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/18 13:30:27 by adjoly #+# #+# */
/* Updated: 2024/07/18 14:01:24 by mmoussou ### ########.fr */
/* Updated: 2024/07/18 17:03:08 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -19,8 +19,8 @@ bool run_checks(char *rl)
{
if (!*rl)
return (true);
if (check_space(rl))
return (true);
// if (check_space(rl))
//return (true);
add_history(rl);
if (check_syntax(rl))
return (true);