aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-11-13 14:11:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-11-13 14:11:14 +0000
commit66021a091a2b1f8aa31debf119f141e3b64fd3ca (patch)
treece20b0c20d46d6043b46736eb566d84864f5bdbd /src
parentda11c327290b02537d95dbe6251ade8b76cedde4 (diff)
downloadexecline-66021a091a2b1f8aa31debf119f141e3b64fd3ca.tar.gz
Fix export-array; update deps
Diffstat (limited to 'src')
-rw-r--r--src/execline/export-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/export-array.c b/src/execline/export-array.c
index d883c2d..8fa0fb0 100644
--- a/src/execline/export-array.c
+++ b/src/execline/export-array.c
@@ -25,7 +25,7 @@ int main (int argc, char const **argv)
subgetopt l = SUBGETOPT_ZERO ;
for (;;)
{
- int opt = subgetopt_r(argc, argv, "d", &l) ;
+ int opt = subgetopt_r(argc, argv, "d:", &l) ;
if (opt == -1) break ;
switch (opt)
{