Alicia-bites / minishell

This project is about creating a simple shell.
1 stars 0 forks source link

#16 HEREDOC issu on the last file #16

Closed BarrierAntho closed 2 years ago

BarrierAntho commented 2 years ago

CASE:

$: env << EOF << EOF1 << EOF2

ACTUAL RESULT:

$: env << EOF << EOF1 << EOF2
heredoc :smbash: warning: here-document delimited by end-of-file
heredoc :smbash: warning: here-document delimited by end-of-file
heredoc :test last here doc
heredoc :EOF2
Error: No such file or directory: /tmp/smbash_6

EXPECTED RESULT: Still have the hd file in tmp

BarrierAntho commented 2 years ago

STATUS:

Fixed

COMMIT:

fa3193656ae8635239ab67a6d329956dbfba4016