lib/Tools/codegen
changeset 29827 cc9eaa852fcd
parent 29143 72c960b2b83e
child 29829 4a396c7a77b5
     1.1 --- a/lib/Tools/codegen	Fri Feb 13 08:59:06 2009 +0100
     1.2 +++ b/lib/Tools/codegen	Fri Feb 13 10:30:13 2009 +0100
     1.3 @@ -36,5 +36,5 @@
     1.4  THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
     1.5  ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end"
     1.6  
     1.7 -echo "$ISAR" | "$ISABELLE_PROCESS" -I "$IMAGE" || exit 1
     1.8 +echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" || exit 1
     1.9