commit | a873444aa3e57d05c639c849a41a2add146f0309 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Jul 18 18:31:41 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Fri Jul 18 18:31:41 2014 -0500 |
tree | 7ce9dc65be8edeeeabe4c90430d05ccf85ce9c88 | |
parent | 1f80e11e3b85d72544d3b52178d0ea7a8c36c177 [diff] |
Find bugfixes. The check for -print vs -print0 was tested before I optimized out the "-" in the strcmps, and I didn't adjust the offset or retest it. (Ooops.) Also, I wasn't clearing the ! value when descending into parentheticals, so "find . -name blah -o \! \( -stuff -o -thing \)" acted like it had a spurious second ! before -stuff inside the parentheses.