mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
Expansion: A fix attempt
No time left to check before going home
This commit is contained in:
parent
35d391a813
commit
bed41f4a6f
6 changed files with 141 additions and 51 deletions
1
Makefile
1
Makefile
|
|
@ -64,6 +64,7 @@ srcs = \
|
|||
src/subst/path_split.c \
|
||||
src/subst/replace_substr.c \
|
||||
src/subst/simple_filename_exp.c \
|
||||
src/subst/simple_filename_exp_utils.c \
|
||||
src/subst/variable_subst.c \
|
||||
src/subst/variable_subst_utils.c \
|
||||
src/subst/wildcard_exp.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue