expand_redirection() : rejoin token list on error

+ words_expansions.c -> expansions.c
+ generic.c misc
This commit is contained in:
LuckyLaszlo
2021-12-11 20:19:26 +01:00
parent a7de843dc1
commit 9c660d4f92
4 changed files with 41 additions and 65 deletions

View File

@@ -31,7 +31,7 @@ SRCS = main.c init.c retrieve_path.c free.c generic.c error_wrappers.c \
lexing.c fill_token.c check_operators.c \
parsing.c create_pipeline.c \
valid_syntax.c valid_pipeline.c valid_command.c valid_io_redirect.c \
words_expansions.c expand_token.c rejoin_after_expand.c new_token_for_each_field.c \
expansions.c expand_token.c rejoin_after_expand.c new_token_for_each_field.c \
ft_split_quotes.c ft_strdup_quotes.c \
redirections.c here_doc.c \
exec_cmd_line.c pipeline.c \