cmd_array_fill_argv()

This commit is contained in:
LuckyLaszlo
2021-11-14 12:57:18 +01:00
parent 402196b9a9
commit bb77de0588
4 changed files with 84 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ SRCS = main.c init.c free.c generic.c \
signals.c terminal.c \
shell_loop.c shell_script.c \
lexing.c fill_token.c check_operators.c \
parsing.c alloc_cmd_array.c \
parsing.c cmd_array.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 \
ft_split_quotes.c ft_strdup_quotes.c \