unow0517 / 42_minishell

1 stars 0 forks source link

handle_heredoc function #28

Open unow0517 opened 4 months ago

unow0517 commented 4 months ago

<<hi results in seg fault cat<<hi works without seg fault.

unow0517 commented 4 months ago

when we escape from heredoc, shell_info->is_heredoc should be 0 again!