bin/isabelle-process
changeset 51964 f1c1d8637216
parent 51952 4517ceb545c1
child 52054 eaf17514aabd
--- 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