src/Pure/Admin/other_isabelle.scala
changeset 71601 97ccf48c2f0c
parent 69434 b93404a4c3dd
child 71726 a5fda30edae2
--- a/src/Pure/Admin/other_isabelle.scala	Fri Mar 27 13:04:15 2020 +0100
+++ b/src/Pure/Admin/other_isabelle.scala	Fri Mar 27 22:01:27 2020 +0100
@@ -62,7 +62,7 @@
   val etc_preferences: Path = etc + Path.explode("preferences")
 
   def copy_fonts(target_dir: Path): Unit =
-    Isabelle_Fonts.make_entries(getenv = getenv(_), hidden = true).
+    Isabelle_Fonts.make_entries(getenv = getenv, hidden = true).
       foreach(entry => File.copy(entry.path, target_dir))