here_doc: perform variable expansion

This commit is contained in:
Khaïs COLIN 2025-03-13 17:26:44 +01:00
parent 5ff990ef50
commit a4c482e8f9
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 97 additions and 14 deletions

View file

@ -26,6 +26,7 @@ srcs = \
src/env/env_manip.c \
src/env/envp.c \
src/executing/here_doc/here_doc.c \
src/executing/here_doc/here_doc_expand_line.c \
src/executing/here_doc/random_filename.c \
src/executing/here_doc/strip_newline.c \
src/executing/simple_cmd/simple_cmd_execute.c \