subsh bool

This commit is contained in:
Nathan Lebrun
2025-02-06 10:53:02 +01:00
parent 22c2f9ba02
commit 362a63a836
9 changed files with 29 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ void create_pline(t_ast_n *self, t_node *lst, t_node *token, t_msh *msh)
i = 0;
while (cpy)
{
self->pline[i] = create_ast_n(cpy->node, self, msh);
self->pline[i] = create_ast_n(cpy->node, self, msh, self->sh);
cpy = cpy->next;
i++;
}