]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/profile-manager/profile_manager_env.ml
ocaml 3.09 transition
[helm.git] / helm / DEVEL / profile-manager / profile_manager_env.ml
1
2 let profile_db_path =
3   try
4     Sys.getenv "PROFILE_MANAGER_DB_PATH"
5   with
6     Not_found -> "/tmp/profile.db"