commit | 382057f588fbf2c2f7950b85dd317721b8d04c07 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon Nov 21 16:47:23 2016 -0600 |
committer | Rob Landley <rob@landley.net> | Mon Nov 21 16:47:23 2016 -0600 |
tree | ba6b074d5c956f2f5747e27ce0f8ab948a0a602c | |
parent | 9b4a67545e11975068d6e16c6872d54e0473e715 [diff] |
Have dirtree_notdotdot() pass through !node->parent so . and .. on the command line aren't filtered out. Audited all the callers and removed redundant calls, adjusted call sequence, etc. (And let rm _not_ do this, because posix.)