diff -r 64aad1e46f98 -r 97ccf48c2f0c src/Pure/Admin/other_isabelle.scala --- 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))