author | wenzelm |
Fri, 24 Nov 2023 16:17:29 +0100 | |
changeset 79050 | 4d8716098d41 |
parent 79049 | 10b6add456d0 |
child 79051 | c87e4a5a3823 |
--- a/src/Pure/System/isabelle_process.scala Fri Nov 24 15:58:24 2023 +0100 +++ b/src/Pure/System/isabelle_process.scala Fri Nov 24 16:17:29 2023 +0100 @@ -23,7 +23,7 @@ cwd: JFile = null, env: JMap[String, String] = Isabelle_System.settings() ): Isabelle_Process = { - val channel = System_Channel() + val channel = System_Channel(unix_domain = Platform.is_unix) val process = try { val ml_options =