ISABELLE_PROCESS replaces ISABELLE and ISABELLE_TOOL replaces ISATOOL -- old bindings stay for a while (legacy feature);
authorwenzelm
Sat, 04 Oct 2008 16:05:08 +0200
changeset 28499 eff93bc3c14f
parent 28498 cb1b43edb5ed
child 28500 4b79e5d3d0aa
ISABELLE_PROCESS replaces ISABELLE and ISABELLE_TOOL replaces ISATOOL -- old bindings stay for a while (legacy feature);
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Sat Oct 04 14:43:40 2008 +0200
+++ b/lib/scripts/getsettings	Sat Oct 04 16:05:08 2008 +0200
@@ -19,8 +19,11 @@
 fi
 
 #key executables
-ISABELLE="$ISABELLE_HOME/bin/isabelle-process"
-ISATOOL="$ISABELLE_HOME/bin/isatool"
+ISABELLE_PROCESS="$ISABELLE_HOME/bin/isabelle-process"
+ISABELLE_TOOL="$ISABELLE_HOME/bin/isatool"
+#legacy settings
+ISABELLE="$ISABELLE_PROCESS"
+ISATOOL="$ISABELLE_TOOL"
 
 #Isabelle distribution identifier -- filled in automatically!
 ISABELLE_IDENTIFIER=""