feat(redir): fieldsplit redir target, and handle ambiguous redirects

This commit is contained in:
Khaïs COLIN 2025-04-21 08:25:49 +02:00
parent 5de82f2940
commit ce8e06f665
10 changed files with 136 additions and 12 deletions

View file

@ -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 \