diff options
Diffstat (limited to 'src/p_lblock.c')
-rw-r--r-- | src/p_lblock.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/p_lblock.c b/src/p_lblock.c index 377757d..3acae1a 100644 --- a/src/p_lblock.c +++ b/src/p_lblock.c @@ -86,7 +86,6 @@ static void int8_t p_get_redir(const char word[], t_com **com) { - /* TODO: norme */ char *ptr; ptr = (char *)word; @@ -103,9 +102,7 @@ int8_t break ; } ptr++; - /* TODO: handle correctly multiples "msh ~> echo qwe > qwe > asd >> zxc > qweasdzxc" */ - /* hint: bash only handles the last one */ - /* TODO: handle "msh ~> cat < Makefile >qwe" | gl hf */ + /* gl hf */ } if ((*com)->redir > 0) { |