mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
here_doc: print error if failed to create temp file
This commit is contained in:
parent
66ea1328aa
commit
1c4733b1cc
4 changed files with 37 additions and 6 deletions
1
Makefile
1
Makefile
|
|
@ -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_errors.c \
|
||||
src/executing/here_doc/here_doc_expand_line.c \
|
||||
src/executing/here_doc/random_filename.c \
|
||||
src/executing/here_doc/strip_newline.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue