aboutsummaryrefslogtreecommitdiffstats
path: root/makeenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'makeenv.c')
-rw-r--r--makeenv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeenv.c b/makeenv.c
index 2ac44b3..0c2bdda 100644
--- a/makeenv.c
+++ b/makeenv.c
@@ -488,6 +488,7 @@ main(int argc, char *argv[])
for (; *argv; argv++) {
/* Stop processing options when "--" is found */
if (!strcmp(*argv, "--")) {
+ argv++;
break;
}