# HG changeset patch # User wenzelm # Date 1262640932 -3600 # Node ID b5176fd9ab3ceada6c4d12771d7575ca3ea9a178 # Parent da6573639ca14ce2346dc172683565bc715437f2 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; diff -r da6573639ca1 -r b5176fd9ab3c lib/scripts/getsettings --- 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" "$@"