achrafelkhnissi / minishell

This project is about creating a simple shell, and learning about about processes and file descriptors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEREDOC-EOF problem

3bduu opened this issue · comments

commented

when u trying to set an EOF like "eof", if you type inside the heredoc an string like "eofhello" or string that start with "eof" he quit from the heredoc .
the problem in parse_here_doc() function.