fixed quotes handling in expand token

+ split expand_token.c in multiples files
This commit is contained in:
lperrey
2021-12-21 01:22:38 +01:00
parent 80917cae7c
commit e4c4589d3c
5 changed files with 141 additions and 97 deletions

View File

@@ -38,7 +38,9 @@ SRCS = main.c \
lexing.c fill_token.c check_operators.c \
parsing.c create_pipeline.c \
valid_syntax.c valid_pipeline.c valid_command.c rules_command.c valid_io_redirect.c \
expansions.c expand_token.c rejoin_after_expand.c new_token_for_each_field.c \
expansions.c \
expand_token.c content_expand.c content_copy.c \
rejoin_after_expand.c new_token_for_each_field.c \
redirections.c here_doc.c \
exec_cmd_line.c pipeline.c \
find_access.c subshell_exec.c subshell_wait.c simple_cmd_builtin.c \