diff -r 477f2abf90a4 -r b97b34e7c853 bin/isabelle-process --- a/bin/isabelle-process Thu Jun 25 13:00:32 2009 +0200 +++ b/bin/isabelle-process Thu Jun 25 13:36:46 2009 +0200 @@ -214,7 +214,7 @@ NICE="nice" if [ -n "$WRAPPER_OUTPUT" ]; then [ "$WRAPPER_OUTPUT" = "-" -o -p "$WRAPPER_OUTPUT" ] || fail "Bad named pipe: $WRAPPER_OUTPUT" - MLTEXT="$MLTEXT; IsabelleProcess.init \"$WRAPPER_OUTPUT\";" + MLTEXT="$MLTEXT; Isabelle_Process.init \"$WRAPPER_OUTPUT\";" elif [ -n "$PGIP" ]; then MLTEXT="$MLTEXT; ProofGeneralPgip.init_pgip $ISAR;" elif [ -n "$PROOFGENERAL" ]; then