X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita.ml;h=2cbb9a9a1350cd2303712637c3705d42c22e21e3;hb=33e92183dbdc1f2bf37a22dde9e1084b2df3a5c8;hp=d498f2ab6a4ca60fc53e401b9f65c92166dd697a;hpb=9393a9f9370014c904244358abe4ec6e11a9d158;p=helm.git diff --git a/matita/matita.ml b/matita/matita.ml index d498f2ab6..2cbb9a9a1 100644 --- a/matita/matita.ml +++ b/matita/matita.ml @@ -147,8 +147,8 @@ let _ = output_string oc str; close_out oc; let ps = Filename.temp_file "yy" ".png" in - ignore (Sys.command ("/usr/bin/dot -Tpng -o" ^ ps ^ " " ^ filename)); - ignore (Sys.command ("/usr/bin/display " ^ ps)); + ignore (Unix.system ("/usr/bin/dot -Tpng -o" ^ ps ^ " " ^ filename)); + ignore (Unix.system ("/usr/bin/display " ^ ps)); Sys.remove ps; Sys.remove filename);