heredoc fix

This commit is contained in:
Loic Deridder
2025-02-14 13:15:52 +01:00
parent bf6877e18c
commit bc365a1796
5 changed files with 31 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ int check_unclosed(char *c, t_node *node);
int check_unclosed_quote(char *c, t_node *node);
void interpret_cmd(char **input, t_msh *msh);
void end_heredoc(char *buf, t_msh *msh, t_node *lst);
void end_heredoc(char *buf, t_msh *msh, t_node *lst, char *limiter);
void exit_heredoc(char *limiter, t_msh *msh, t_node *lst);
#endif