]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorWilmer Ricciotti <ricciott@cs.unibo.it>
Thu, 23 Jun 2011 14:05:34 +0000 (14:05 +0000)
committerWilmer Ricciotti <ricciott@cs.unibo.it>
Thu, 23 Jun 2011 14:05:34 +0000 (14:05 +0000)
matitaB/matita/matitaFilesystem.ml

index aef55c3b6428247e68c9d404af45a5c3421612b7..49091b2f5428cbd404cfbde0572999c147ea8d6e 100644 (file)
@@ -111,5 +111,5 @@ let html_of_library uid =
 
 let reset_lib () =
   let to_be_removed = (Helm_registry.get "matita.rt_base_dir") ^ "/users/*" in
-  Sys.command ("rm -rf " ^ to_be_removed)
+  ignore (Sys.command ("rm -rf " ^ to_be_removed))
 ;;