merged
authorhaftmann
Mon, 02 Mar 2009 08:15:54 +0100
changeset 30192 51e3e0e821c5
parent 30189 3633f560f4c3 (current diff)
parent 30191 e3e3d28fe5bc (diff)
child 30193 391e10b42889
merged
--- a/lib/Tools/codegen	Sun Mar 01 16:48:06 2009 +0100
+++ b/lib/Tools/codegen	Mon Mar 02 08:15:54 2009 +0100
@@ -36,5 +36,6 @@
 THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
 ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end"
 
+export ISABELLE_LINE_EDITOR=""
 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE"
 exit ${PIPESTATUS[1]}