clean startup of RAW session;
authorwenzelm
Mon, 13 May 2013 20:26:34 +0200
changeset 53101f1c1d8637216
parent 53100 7e014c16da7d
child 53102 4af6884329cb
clean startup of RAW session;
bin/isabelle-process
     1.1 --- a/bin/isabelle-process	Mon May 13 20:15:06 2013 +0200
     1.2 +++ b/bin/isabelle-process	Mon May 13 20:26:34 2013 +0200
     1.3 @@ -224,7 +224,7 @@
     1.4  else
     1.5    ISABELLE_PROCESS_OPTIONS="$ISABELLE_TMP/options"
     1.6    "$ISABELLE_TOOL" options -x "$ISABELLE_PROCESS_OPTIONS" || fail "Failed to retrieve options"
     1.7 -  if [ "$INPUT" != RAW_ML_SYSTEM ]; then
     1.8 +  if [ "$INPUT" != RAW_ML_SYSTEM -a "$INPUT" != RAW ]; then
     1.9      MLTEXT="Options.load_default () handle _ => exit 2; $MLTEXT"
    1.10    fi
    1.11    if [ -n "$PROOFGENERAL" ]; then