fixed quotes handling in expand token
+ split expand_token.c in multiples files
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user