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 04c2370 + dd7b683 commit e5c7760Copy full SHA for e5c7760
Sources/TSCBasic/Process.swift
@@ -348,6 +348,7 @@ public final class Process: ObjectIdentifierProtocol {
348
_process = Foundation.Process()
349
_process?.arguments = arguments
350
_process?.executableURL = URL(fileURLWithPath: arguments[0])
351
+ _process?.environment = environment
352
353
if outputRedirection.redirectsOutput {
354
let stdoutPipe = Pipe()
0 commit comments