redir subsh bug fix

This commit is contained in:
Nathan Lebrun
2025-02-06 09:34:20 +01:00
parent 045ca9add0
commit e183b95354
4 changed files with 26 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
#ifndef MINISHELL_H
# define MINISHELL_H
# define DEBUG 0
# define DEBUG 1
typedef struct s_ast_n t_ast_n;
typedef struct s_node t_node;