dropped diagnostic switch
authorhaftmann
Fri, 23 Feb 2007 08:39:19 +0100
changeset 223466a4203148945
parent 22345 85f76b341893
child 22347 ddbf185a3be0
dropped diagnostic switch
lib/Tools/codegen
     1.1 --- a/lib/Tools/codegen	Thu Feb 22 10:25:14 2007 +0100
     1.2 +++ b/lib/Tools/codegen	Fri Feb 23 08:39:19 2007 +0100
     1.3 @@ -37,5 +37,4 @@
     1.4  SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
     1.5  CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodegenPackage.codegen_command (theory \"$THY\") \"$SERI\"))"
     1.6  
     1.7 -set -x
     1.8  "$ISABELLE" -q -e "$CMD" "$IMAGE"