proper init of cumulative settings;
authorwenzelm
Mon, 17 Aug 2020 12:35:03 +0200
changeset 72161 cf443b24ad90
parent 72160 bb5c1992b442
child 72162 5894859c5c84
proper init of cumulative settings;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Sun Aug 16 22:02:11 2020 +0200
+++ b/lib/scripts/getsettings	Mon Aug 17 12:35:03 2020 +0200
@@ -53,6 +53,11 @@
   unset CLASSPATH
 fi
 
+#init cumulative settings
+ISABELLE_FONTS=""
+ISABELLE_FONTS_HIDDEN=""
+ISABELLE_SCALA_SERVICES=""
+
 #main executables
 ISABELLE_TOOL="$ISABELLE_HOME/bin/isabelle"
 ISABELLE_SCALA_SCRIPT="$ISABELLE_HOME/bin/isabelle_scala_script"