changeset 30240 | 5b25fee0362c |
parent 29892 | 4a396c7a77b5 |
child 30242 | aea5d7fa7ef5 |
30239:179ff9cb160b | 30240:5b25fee0362c |
---|---|
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 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" |
39 echo "$ISAR" | "$ISABELLE_PROCESS" -I "$IMAGE" |
40 exit ${PIPESTATUS[1]} |
40 exit ${PIPESTATUS[1]} |