Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eval: Irregular files aren't empty | Tavian Barnes | 2020-02-14 | 1 | -0/+14 |
GNU find's -empty returns false for devices, sockets, etc., even though their st_size is 0. Match that behaviour. |
index : bfs.git | ||
Breadth-first version of find | Tavian Barnes <tavianator@tavianator.com> |
summaryrefslogtreecommitdiffstats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eval: Irregular files aren't empty | Tavian Barnes | 2020-02-14 | 1 | -0/+14 |
GNU find's -empty returns false for devices, sockets, etc., even though their st_size is 0. Match that behaviour. |