]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacLib.ml
...
[helm.git] / helm / matita / matitacLib.ml
index 9165d5a8b7e6ec659a142993cc678ab8d8a2376a..0eb29777617e7e9cbae4310b5a1b85f03dcd03fb 100644 (file)
@@ -137,9 +137,10 @@ let go () =
   CicNotation.load_notation BuildTimeConf.core_notation_script;
   Http_getter.init ();
   MetadataTypes.ownerize_tables (Helm_registry.get "matita.owner");
+  MatitaDb.create_owner_environment ();
   CicEnvironment.set_trust (* environment trust *)
     (let trust = Helm_registry.get_bool "matita.environment_trust" in
-     fun _ -> trust)
+     fun _ -> trust);
   status := Some (ref (Lazy.force MatitaEngine.initial_status));
   Sys.catch_break true;
   interactive_loop ()
@@ -159,7 +160,7 @@ let main ~mode =
   MatitaDb.create_owner_environment ();
   CicEnvironment.set_trust (* environment trust *)
     (let trust = Helm_registry.get_bool "matita.environment_trust" in
-     fun _ -> trust)
+     fun _ -> trust);
   status := Some (ref (Lazy.force MatitaEngine.initial_status));
   Sys.catch_break true;
   let origcb = MatitaLog.get_log_callback () in