removed function "isabelle-process", keeping "isabelle" only -- functions within the process environment might get passed through a genuine /bin/sh, which does not allow non-identifiers here;
--- a/lib/scripts/getsettings Mon Jan 04 22:19:14 2010 +0100
+++ b/lib/scripts/getsettings Mon Jan 04 22:35:32 2010 +0100
@@ -22,11 +22,6 @@
ISABELLE_PROCESS="$ISABELLE_HOME/bin/isabelle-process"
ISABELLE_TOOL="$ISABELLE_HOME/bin/isabelle"
-function isabelle-process ()
-{
- "$ISABELLE_PROCESS" "$@"
-}
-
function isabelle ()
{
"$ISABELLE_TOOL" "$@"