diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-06 17:54:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-06 17:54:13 +0000 |
commit | a5b7a319fb558f5df599de286318029d455ed193 (patch) | |
tree | b468c6b2620613aa5f29d793feecb22c94dfedbf /src/libexecline/deps-lib | |
parent | db852ecd93afc9f893886a132ee58b23579fc79d (diff) | |
download | execline-a5b7a319fb558f5df599de286318029d455ed193.tar.xz |
Prepare for 2.9.5.0; add ? support in backtick
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libexecline/deps-lib')
-rw-r--r-- | src/libexecline/deps-lib/execline | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexecline/deps-lib/execline b/src/libexecline/deps-lib/execline index a1f7c74..608fa7f 100644 --- a/src/libexecline/deps-lib/execline +++ b/src/libexecline/deps-lib/execline @@ -2,6 +2,7 @@ el_execsequence.o el_getstrict.o el_modif_and_exec.o el_modif_and_spawn.o +el_modifs_and_exec.o el_parse.o el_parse_from_buffer.o el_parse_from_string.o |