fixed
authorhaftmann
Wed, 21 Nov 2007 14:18:23 +0100
changeset 254517bd190cac91e
parent 25450 c3b26e533b21
child 25452 089a82c28a42
fixed
lib/Tools/codegen
     1.1 --- a/lib/Tools/codegen	Wed Nov 21 13:42:31 2007 +0100
     1.2 +++ b/lib/Tools/codegen	Wed Nov 21 14:18:23 2007 +0100
     1.3 @@ -35,6 +35,6 @@
     1.4  ## main
     1.5  
     1.6  SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
     1.7 -CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"))"
     1.8 +CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"));"
     1.9  
    1.10  "$ISABELLE" -q -e "$CMD" "$IMAGE"