Avoid sourcing profile in ssh bootstrap

This commit is contained in:
Lawrence Chen 2026-03-13 07:09:46 -07:00
parent 6dd0f158c1
commit 815ed87eeb

View file

@ -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] {