Fix typo.
authorRob Landley <rob@landley.net>
Sun, 25 Nov 2012 20:40:25 +0000 (14:40 -0600)
committerRob Landley <rob@landley.net>
Sun, 25 Nov 2012 20:40:25 +0000 (14:40 -0600)
lib/args.c

index dec133e..7033772 100644 (file)
@@ -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;