mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
removed clean process.environment
This commit is contained in:
parent
061e66ff57
commit
483d261504
@ -19,7 +19,6 @@ enum Utilities {
|
||||
@discardableResult
|
||||
static func zsh(_ command: String, workingDirectoryURL: URL = projectDirectoryURL) throws -> String? {
|
||||
let process = Process()
|
||||
process.environment = [:]
|
||||
process.executableURL = URL(fileURLWithPath: "/bin/zsh")
|
||||
process.arguments = ["-cu", command]
|
||||
process.currentDirectoryURL = workingDirectoryURL
|
||||
|
Loading…
x
Reference in New Issue
Block a user