| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-19 | Simplify PATH key comparison | Bryan Drewery | -1/+1 | |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+12 | |
| The expected behavior is that the environment's PATH should be used to find the process. posix_spawn() could be used if we iterated PATH to search for the binary to execute. For now just skip posix_spawn() if PATH is modified. | ||||
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -0/+124 | |
