diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-13 14:11:14 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-13 14:11:14 +0000 |
| commit | 66021a091a2b1f8aa31debf119f141e3b64fd3ca (patch) | |
| tree | ce20b0c20d46d6043b46736eb566d84864f5bdbd /src | |
| parent | da11c327290b02537d95dbe6251ade8b76cedde4 (diff) | |
| download | execline-66021a091a2b1f8aa31debf119f141e3b64fd3ca.tar.gz | |
Fix export-array; update deps
Diffstat (limited to 'src')
| -rw-r--r-- | src/execline/export-array.c | 2 |
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) { |
