From d9ae113b941cf1e528bc26386c6a2940f51bce8b Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 31 Mar 2023 15:32:21 +0200 Subject: [PATCH] fix: heredoc fd not closed --- redirection/heredoc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redirection/heredoc.c b/redirection/heredoc.c index c345855..f6c83ca 100644 --- a/redirection/heredoc.c +++ b/redirection/heredoc.c @@ -6,7 +6,7 @@ /* By: cchauvet