commit | 4d4ca28acaa44069893d06aea64e304809527b16 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jan 04 01:14:07 2017 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Jan 04 01:14:07 2017 -0600 |
tree | bcbe04386d7bbc4117e58488cca24eed9d172026 | |
parent | eff6274390d3facfa98787fc2d0d2fe99637a64f [diff] |
An option can't exclude itself, so "abc[-ab][!abc]" with "command -a -b" shouldn't segfault falling off the end of the list trying to report a nonexistent error condition.