Ryan Liptak 3db8cffa3b spawnWindows: Fix PATH searching when cwd is absolute
Fixes a regression caused by https://github.com/ziglang/zig/pull/13983

From the added comment:

We still search the path if the cwd is absolute because of the
"cwd set in ChildProcess is in effect when choosing the executable path
to match posix semantics" behavior--we don't want to skip searching
the PATH just because we were trying to set the cwd of the child process.
2022-12-19 04:12:46 -05:00
..
2022-10-15 10:39:19 -07:00
2020-10-31 12:21:49 +02:00
2022-12-16 18:31:48 +01:00
2022-10-10 22:29:56 +02:00