summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/getopt_long.c')
-rw-r--r--lib/libc/stdlib/getopt_long.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c
index 81dbe7d..28e24ae 100644
--- a/lib/libc/stdlib/getopt_long.c
+++ b/lib/libc/stdlib/getopt_long.c
@@ -252,8 +252,7 @@ parse_long_options(char * const *nargv, const char *options,
* If this is a known short option, don't allow
* a partial match of a single character.
*/
- if (short_too &&
- (!(flags & FLAG_LONGONLY) || current_argv_len == 1))
+ if (short_too && current_argv_len == 1)
continue;
if (match == -1) /* first partial match */
OpenPOWER on IntegriCloud