mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
postprocessing: do quote removal
This commit is contained in:
parent
22b0b4746f
commit
f07a80c762
5 changed files with 141 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -46,9 +46,10 @@ srcs = \
|
|||
src/parser/matchers/pipe.c \
|
||||
src/parser/matchers/quote.c \
|
||||
src/parser/pipeline/pipeline.c \
|
||||
src/parser/pipeline/pipeline_parse.c \
|
||||
src/parser/pipeline/pipeline_debug.c \
|
||||
src/parser/pipeline/pipeline_parse.c \
|
||||
src/parser/pipeline/pipeline_parse_baseops.c \
|
||||
src/parser/remove_quotes/cmdgroup_remove_quotes.c \
|
||||
src/parser/remove_quotes/remove_quotes.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue