author | haftmann |
Wed, 21 Nov 2007 14:18:23 +0100 | |
changeset 25451 | 7bd190cac91e |
parent 25450 | c3b26e533b21 |
child 25452 | 089a82c28a42 |
lib/Tools/codegen | file | annotate | diff | comparison | revisions |
--- a/lib/Tools/codegen Wed Nov 21 13:42:31 2007 +0100 +++ b/lib/Tools/codegen Wed Nov 21 14:18:23 2007 +0100 @@ -35,6 +35,6 @@ ## main SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') -CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"))" +CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"));" "$ISABELLE" -q -e "$CMD" "$IMAGE"