aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-12-07 23:05:33 -0600
committerRob Landley <rob@landley.net>2016-12-07 23:05:33 -0600
commitc187be7b6c05e4d6d234601a91ffa47542cdd926 (patch)
treeb77b0af2eb0ef560fff1761cdd0ed8aec8f02860 /scripts
parent3dd0d0d42c6a7d3c001a45c07a31752165e51576 (diff)
downloadtoybox-c187be7b6c05e4d6d234601a91ffa47542cdd926.tar.gz
Thinko in recent longopt commit.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mkflags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkflags.c b/scripts/mkflags.c
index c263e31f..e0e833ce 100644
--- a/scripts/mkflags.c
+++ b/scripts/mkflags.c
@@ -55,6 +55,7 @@ char *mark_gaps(char *flags, char *all)
flags += len;
}
all += len;
+ continue;
}
c = *(all++);
if (bare) bare = chrtype(c);