bin/isabelle-process
changeset 34109 f49d45afa634
parent 33920 d4d430dfabc6
child 34116 b1cabadf6881
equal deleted inserted replaced
34108:54d48ca8708f 34109:f49d45afa634
   211 
   211 
   212 [ -n "$SECURE" ] && MLTEXT="$MLTEXT Secure.set_secure ();"
   212 [ -n "$SECURE" ] && MLTEXT="$MLTEXT Secure.set_secure ();"
   213 
   213 
   214 NICE="nice"
   214 NICE="nice"
   215 if [ -n "$WRAPPER_OUTPUT" ]; then
   215 if [ -n "$WRAPPER_OUTPUT" ]; then
   216   [ "$WRAPPER_OUTPUT" = "-" -o -p "$WRAPPER_OUTPUT" ] || fail "Bad named pipe: $WRAPPER_OUTPUT"
   216 #  [ "$WRAPPER_OUTPUT" = "-" -o -p "$WRAPPER_OUTPUT" ] || fail "Bad named pipe: $WRAPPER_OUTPUT"
   217   MLTEXT="$MLTEXT; Isabelle_Process.init \"$WRAPPER_OUTPUT\";"
   217   MLTEXT="$MLTEXT; Isabelle_Process.init \"$WRAPPER_OUTPUT\";"
   218 elif [ -n "$PGIP" ]; then
   218 elif [ -n "$PGIP" ]; then
   219   MLTEXT="$MLTEXT; ProofGeneralPgip.init_pgip $ISAR;"
   219   MLTEXT="$MLTEXT; ProofGeneralPgip.init_pgip $ISAR;"
   220 elif [ -n "$PROOFGENERAL" ]; then
   220 elif [ -n "$PROOFGENERAL" ]; then
   221   MLTEXT="$MLTEXT; ProofGeneral.init $ISAR;"
   221   MLTEXT="$MLTEXT; ProofGeneral.init $ISAR;"