# HG changeset patch # User haftmann # Date 1235978132 -3600 # Node ID e3e3d28fe5bc41f62f87e603d47ca11d2e087db3 # Parent 98a986b02022f92d5e6cebab5d31a0976723f73b ignore ISABELLE_LINE_EDITOR for code generation diff -r 98a986b02022 -r e3e3d28fe5bc lib/Tools/codegen --- a/lib/Tools/codegen Fri Feb 27 16:05:40 2009 +0100 +++ b/lib/Tools/codegen Mon Mar 02 08:15:32 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]}