aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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)
{