lib/scripts/getsettings
changeset 11553 87b585079d01
parent 9789 7e5e6c47c0b5
child 12598 fa556d3fe5f2
--- 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 ...