From 0ed17f12764268006c945f49fe3103952b20a0fa Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 4 Jul 2016 08:32:42 -0500 Subject: Now that we're using the adjusted option string, need to skip placeholders in [groups]. --- lib/args.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/args.c') diff --git a/lib/args.c b/lib/args.c index 1f42cdde..e6378beb 100644 --- a/lib/args.c +++ b/lib/args.c @@ -360,6 +360,7 @@ void parse_optflaglist(struct getoptflagstate *gof) if (!opt) break; if (bits&(1<dex[idx] |= bits&~(1<c == *options) { -- cgit v1.2.3