# HG changeset patch # User wenzelm # Date 1368469594 -7200 # Node ID f1c1d8637216da73bf94f5a560819d952f4c1960 # Parent 7e014c16da7dcfa6d88349ca04d550f2c2adaeaa clean startup of RAW session; diff -r 7e014c16da7d -r f1c1d8637216 bin/isabelle-process --- a/bin/isabelle-process Mon May 13 20:15:06 2013 +0200 +++ b/bin/isabelle-process Mon May 13 20:26:34 2013 +0200 @@ -224,7 +224,7 @@ else ISABELLE_PROCESS_OPTIONS="$ISABELLE_TMP/options" "$ISABELLE_TOOL" options -x "$ISABELLE_PROCESS_OPTIONS" || fail "Failed to retrieve options" - if [ "$INPUT" != RAW_ML_SYSTEM ]; then + if [ "$INPUT" != RAW_ML_SYSTEM -a "$INPUT" != RAW ]; then MLTEXT="Options.load_default () handle _ => exit 2; $MLTEXT" fi if [ -n "$PROOFGENERAL" ]; then