@CyberShadow created dlang/phobos pull request #7455 "Fix Issue 20765 - Can't run processes with relative paths when specif…" fixing this issue:
- Fix Issue 20765 - Can't run processes with relative paths when specifying a working directory
Remove the dubious check which attempted to duplicate the operating
system's behavior.
https://github.com/dlang/phobos/pull/7455
Comment #2 by dlang-bot — 2020-08-10T18:43:51Z
dlang/phobos pull request #7455 "Fix Issue 20765 - Can't run processes with relative paths when specif…" was merged into master:
- 92276d0da9dec8e9cc97e5aaf5ad1964d413981a by Vladimir Panteleev:
Fix Issue 20765 - Can't run processes with relative paths when specifying a working directory
Remove the dubious check which attempted to duplicate the operating
system's behavior.
https://github.com/dlang/phobos/pull/7455