discontinued adhoc change of environment (from 897f1ac84aab), following ssh c2e8ba15a10a;
authorwenzelm
Tue, 24 Jan 2023 20:05:23 +0100
changeset 77081 75ebc168731c
parent 77080 7e11e96a922d
child 77082 4e724a439035
discontinued adhoc change of environment (from 897f1ac84aab), following ssh c2e8ba15a10a;
src/Pure/Admin/other_isabelle.scala
--- a/src/Pure/Admin/other_isabelle.scala	Tue Jan 24 19:55:33 2023 +0100
+++ b/src/Pure/Admin/other_isabelle.scala	Tue Jan 24 20:05:23 2023 +0100
@@ -38,7 +38,6 @@
     strict: Boolean = true
   ): Process_Result = {
     progress.bash(
-      "export USER_HOME=" + File.bash_path(Path.USER_HOME) + "\n" +
       Isabelle_System.export_isabelle_identifier(isabelle_identifier) + script,
       env = null, cwd = isabelle_home.file, redirect = redirect, echo = echo, strict = strict)
   }