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.
1 parent 5b0e9a8 commit dd7b683Copy full SHA for dd7b683
Sources/TSCBasic/Process.swift
@@ -326,6 +326,7 @@ public final class Process: ObjectIdentifierProtocol {
326
_process = Foundation.Process()
327
_process?.arguments = arguments
328
_process?.executableURL = URL(fileURLWithPath: arguments[0])
329
+ _process?.environment = environment
330
331
if outputRedirection.redirectsOutput {
332
let stdoutPipe = Pipe()
0 commit comments