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:18:30 +02:00
parent e5e127f71d
commit 917cfa063a
3 changed files with 5 additions and 7 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 17:03:08 by adjoly ### ########.fr */
/* Updated: 2024/07/18 17:13:11 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -19,8 +19,6 @@ bool run_checks(char *rl)
{
if (!*rl)
return (true);
// if (check_space(rl))
//return (true);
add_history(rl);
if (check_syntax(rl))
return (true);