diff options
Diffstat (limited to 'lib/args.c')
-rw-r--r-- | lib/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ static int gotflag(struct getoptflagstate *gof, struct opts *opt) gof->excludes |= opt->dex[2]; if (opt->flags&2) gof->stopearly=2; - if (toys.optflags && gof->excludes) { + if (toys.optflags & gof->excludes) { struct opts *bad; unsigned i = 1; |