suppress ISABELLE_ROOT after init, to avoid conflict with ISABELLE_HOME when folding file names in "isabelle jedit" command-line tool;
authorwenzelm
Thu, 04 Feb 2016 16:30:01 +0100
changeset 62261 74dc98bd9f51
parent 62260 f82f6c7476a1
child 62262 8bf765c9c2e5
suppress ISABELLE_ROOT after init, to avoid conflict with ISABELLE_HOME when folding file names in "isabelle jedit" command-line tool;
src/Pure/Tools/main.scala
--- a/src/Pure/Tools/main.scala	Thu Feb 04 13:21:47 2016 +0100
+++ b/src/Pure/Tools/main.scala	Thu Feb 04 16:30:01 2016 +0100
@@ -105,6 +105,7 @@
         val env = env0.asInstanceOf[java.util.Map[String, String]]
         env.put("ISABELLE_HOME", File.platform_path(isabelle_home))
         env.put("ISABELLE_HOME_USER", File.platform_path(isabelle_home_user))
+        env.remove("ISABELLE_ROOT")
       }
     }