author | wenzelm |
Thu, 05 Jul 2012 16:11:33 +0200 | |
changeset 48193 | cab79d456044 |
parent 48192 | 07a32140ce0d |
child 48194 | 1440a3103af0 |
--- a/src/Pure/System/isabelle_system.scala Thu Jul 05 16:03:09 2012 +0200 +++ b/src/Pure/System/isabelle_system.scala Thu Jul 05 16:11:33 2012 +0200 @@ -50,8 +50,7 @@ val standard_system = new Standard_System val settings = { - val env0 = Map(System.getenv.toList: _*) + - ("ISABELLE_JDK_HOME" -> standard_system.this_jdk_home()) + val env0 = sys.env + ("ISABELLE_JDK_HOME" -> standard_system.this_jdk_home()) val user_home = System.getProperty("user.home") val env =