tuned;
authorwenzelm
Sat, 08 Sep 2001 20:03:22 +0200
changeset 11553 87b585079d01
parent 11552 aca5398ccd35
child 11554 685daff01da4
tuned;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Sat Sep 08 20:02:59 2001 +0200
+++ b/lib/scripts/getsettings	Sat Sep 08 20:03:22 2001 +0200
@@ -1,4 +1,4 @@
-#
+# -*- shell-script -*-
 # $Id$
 # Author: Markus Wenzel, TU Muenchen
 # License: GPL (GNU GENERAL PUBLIC LICENSE)
@@ -16,8 +16,8 @@
 #normalize ISABELLE_HOME as passed by caller
 ISABELLE_HOME=$(cd "$ISABELLE_HOME"; echo "$PWD")
 
-#main executables
-ISABELLE="$ISABELLE_HOME/bin/isabelle"
+#key executables
+ISABELLE="$ISABELLE_HOME/bin/isabelle-process"
 ISATOOL="$ISABELLE_HOME/bin/isatool"
 
 #users tend to put strange things in here ...