author | haftmann |
Fri, 13 Feb 2009 10:30:13 +0100 | |
changeset 29890 | cc9eaa852fcd |
parent 29887 | 5170d6277b61 |
child 29891 | 42aa700354d6 |
lib/Tools/codegen | file | annotate | diff | comparison | revisions |
--- a/lib/Tools/codegen Fri Feb 13 08:59:06 2009 +0100 +++ b/lib/Tools/codegen Fri Feb 13 10:30:13 2009 +0100 @@ -36,5 +36,5 @@ THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end" -echo "$ISAR" | "$ISABELLE_PROCESS" -I "$IMAGE" || exit 1 +echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" || exit 1