mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Remove TERM_PROGRAM from environment because JediTerm does not emulate MacOSX. (#436)
This commit is contained in:
parent
a40d55df84
commit
045efbf074
@ -47,6 +47,9 @@ class R3Pty(val name: String, settings: SettingsProvider, dimension: Dimension,
|
||||
val environment = HashMap<String, String>(envs)
|
||||
if (!UIUtil.isWindows) {
|
||||
environment["TERM"] = "xterm"
|
||||
|
||||
// This environment variable is specific to MacOSX.
|
||||
environment.remove("TERM_PROGRAM")
|
||||
}
|
||||
|
||||
val connector = createTtyConnector(args, environment, workingDir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user