projects
/
platform
/
upstream
/
toybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe91e68
)
Fix typo.
author
Rob Landley
<rob@landley.net>
Sun, 25 Nov 2012 20:40:25 +0000
(14:40 -0600)
committer
Rob Landley
<rob@landley.net>
Sun, 25 Nov 2012 20:40:25 +0000
(14:40 -0600)
lib/args.c
patch
|
blob
|
history
diff --git
a/lib/args.c
b/lib/args.c
index
dec133e
..
7033772
100644
(file)
--- a/
lib/args.c
+++ b/
lib/args.c
@@
-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;