Avoid sourcing profile in ssh bootstrap
This commit is contained in:
parent
6dd0f158c1
commit
815ed87eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue