equal
deleted
inserted
replaced
34 ## main |
34 ## main |
35 |
35 |
36 THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') |
36 THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') |
37 ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end" |
37 ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end" |
38 |
38 |
|
39 export ISABELLE_LINE_EDITOR="" |
39 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" |
40 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" |
40 exit ${PIPESTATUS[1]} |
41 exit ${PIPESTATUS[1]} |