commit | 7d6f210aa38afe2a9a370f1e0f23edf72a1735bb | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Jan 15 16:59:06 2016 -0600 |
committer | Rob Landley <rob@landley.net> | Fri Jan 15 16:59:06 2016 -0600 |
tree | 2a7b3cbf7f8fee1cd70c1e4cb391b20d91047ff8 | |
parent | deb31c82944c1fa98ea2942691c53c9d841c1a66 [diff] |
Command line files without paths were attempting to use stdin as their dirfd, (because ls uses nonstandard directory recursion which collates all the command line arguments under a fake top node, which needs more thorough initialization).