mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
Subst: A norm NON-compliant and incomplete version
The code does not update flags yet and is to be refactored to conform to the norm. Tests required but needing a new version of the wordsplitting code.
This commit is contained in:
parent
2dd54e2827
commit
e348040ea4
10 changed files with 328 additions and 91 deletions
1
Makefile
1
Makefile
|
|
@ -59,6 +59,7 @@ srcs = \
|
|||
src/postprocess/redirections/redirection_list.c \
|
||||
src/postprocess/redirections/redirection_parsing.c \
|
||||
src/postprocess/redirections/redirection_type.c \
|
||||
src/subst/replace_substr.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
export objs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue