Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 1 | -6/+6 |
| | | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. | ||||
* | exec: Fix more corner cases with -ok ... + | Tavian Barnes | 2017-07-29 | 1 | -0/+19 |
-ok should look for a ; even if it sees {} +, according to POSIX. |