We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d26325 + 12fb703 commit ebba6dcCopy full SHA for ebba6dc
Sources/Workspace/UserToolchain.swift
@@ -222,7 +222,7 @@ public final class UserToolchain: Toolchain {
222
223
// Get the search paths from PATH.
224
let searchPaths = getEnvSearchPaths(
225
- pathString: ProcessEnv.vars["PATH"], currentWorkingDirectory: localFileSystem.currentWorkingDirectory)
+ pathString: ProcessEnv.path, currentWorkingDirectory: localFileSystem.currentWorkingDirectory)
226
227
self.envSearchPaths = searchPaths
228
0 commit comments