We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53335e1 commit 4be12e6Copy full SHA for 4be12e6
Tools/build-swiftly-release/BuildSwiftlyRelease.swift
@@ -78,7 +78,7 @@ public func runProgram(_ args: String..., quiet: Bool = false) throws {
78
}
79
80
public func runProgramOutput(_ program: String, _ args: String...) async throws -> String? {
81
- print("\(args.joined(separator: " "))")
+ print("\(program) \(args.joined(separator: " "))")
82
83
let process = Process()
84
process.executableURL = URL(fileURLWithPath: "/usr/bin/env")
0 commit comments