mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
quote removal: handle strings with no quotes
This commit is contained in:
parent
4f6910eccd
commit
0fecded23b
5 changed files with 93 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -36,6 +36,7 @@ srcs = \
|
|||
src/parser/pipeline/pipeline.c \
|
||||
src/parser/pipeline/pipeline_parse_baseops.c \
|
||||
src/parser/pipeline/pipeline_parse.c \
|
||||
src/parser/remove_quotes/remove_quotes.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue