mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
wip: make a copy of words in pipeline_from_wordlist
This commit is contained in:
parent
ccbd89708f
commit
5cd755b73c
11 changed files with 85 additions and 22 deletions
1
Makefile
1
Makefile
|
|
@ -44,6 +44,7 @@ srcs = \
|
|||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordlist/wordlist_copy.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
src/parser/wordsplit/tokenizing_1_5.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue