Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow // to be different from / | Tavian Barnes | 2016-11-24 | 1 | -1/+1 |
| | | | | | | POSIX says that // may be resolved in an implementation-defined way (generally, to access network shares). So don't use it in tests, and don't canonicalize it to '/' in -execdir. | ||||
* | Fix -execdir for / | Tavian Barnes | 2016-11-21 | 1 | -0/+1 |