tuned: drop redundant "expand";
authorwenzelm
Mon, 23 Jan 2023 11:31:18 +0100
changeset 77051 e57ba228ec24
parent 77050 92509e4274eb
child 77052 86ace3c45837
tuned: drop redundant "expand";
src/Pure/Admin/build_history.scala
--- a/src/Pure/Admin/build_history.scala	Mon Jan 23 11:12:02 2023 +0100
+++ b/src/Pure/Admin/build_history.scala	Mon Jan 23 11:31:18 2023 +0100
@@ -212,7 +212,7 @@
           Isabelle_System.rm_tree(other_isabelle.isabelle_home + Path.explode("lib/classes"))
         }
         other_isabelle.bash(
-          "env PATH=\"" + File.bash_path(Path.explode("~~/lib/dummy_stty").expand) + ":$PATH\" " +
+          "env PATH=\"" + File.bash_path(Path.explode("~~/lib/dummy_stty")) + ":$PATH\" " +
             "bin/isabelle jedit -b", redirect = true, echo = verbose).check
 
         for {