changeset 30193 | 391e10b42889 |
parent 30191 | e3e3d28fe5bc |
child 30242 | aea5d7fa7ef5 |
30192:51e3e0e821c5 | 30193:391e10b42889 |
---|---|
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_PROCESS" -I "$IMAGE" |
40 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" |
|
41 exit ${PIPESTATUS[1]} |
40 exit ${PIPESTATUS[1]} |