# HG changeset patch # User Rob Landley # Date 1353876025 21600 # Node ID 6164dcc7384d9e972c90f882ff2f06e0e1660bd8 # Parent 50d759f8b37104b48c64f77cf85e1516024821d1 Fix typo. diff -r 50d759f8b371 -r 6164dcc7384d lib/args.c --- a/lib/args.c Thu Nov 22 21:18:09 2012 -0600 +++ b/lib/args.c Sun Nov 25 14:40:25 2012 -0600 @@ -128,7 +128,7 @@ 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;