author | wenzelm |
Mon, 13 May 2013 20:26:34 +0200 | |
changeset 51964 | f1c1d8637216 |
parent 51963 | 7e014c16da7d |
child 51965 | 4af6884329cb |
--- 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