Shell: No -l in fallback, for max compatibility (#5452)
This commit is contained in:
parent
379c4ecab3
commit
6e9833acce
1 changed files with 2 additions and 1 deletions
|
|
@ -1284,8 +1284,9 @@ export namespace SessionPrompt {
|
||||||
args: ["-NoProfile", "-Command", input.command],
|
args: ["-NoProfile", "-Command", input.command],
|
||||||
},
|
},
|
||||||
// Fallback: any shell that doesn't match those above
|
// Fallback: any shell that doesn't match those above
|
||||||
|
// - No -l, for max compatibility
|
||||||
"": {
|
"": {
|
||||||
args: ["-c", "-l", `${input.command}`],
|
args: ["-c", `${input.command}`],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue