mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
feat(redir): fieldsplit redir target, and handle ambiguous redirects
This commit is contained in:
parent
5de82f2940
commit
ce8e06f665
10 changed files with 136 additions and 12 deletions
1
Makefile
1
Makefile
|
|
@ -96,6 +96,7 @@ srcs = \
|
|||
src/postprocess/expansion/expand_vars.c \
|
||||
src/postprocess/expansion/expand_wildcard.c \
|
||||
src/postprocess/fieldsplit/fieldsplit.c \
|
||||
src/postprocess/fieldsplit/redirect_fieldsplit.c \
|
||||
src/sig/sig.c \
|
||||
src/sig/sig_handlers.c \
|
||||
src/subst/path_split.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue