diff --git a/CLI/cmux.swift b/CLI/cmux.swift index 23ad3071..7085fec7 100644 --- a/CLI/cmux.swift +++ b/CLI/cmux.swift @@ -3308,7 +3308,7 @@ struct CMUXCLI { let outerCommand = outerLines.joined(separator: "\n") - return "/bin/sh -lc \(shellQuote(outerCommand))" + return "/bin/sh -c \(shellQuote(outerCommand))" } private func interactiveRemoteShellExportLines(shellFeatures: String) -> [String] {