]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/profile-manager/profile_manager_env.ml
* split evil let definition (ic, oc) = ... into two subsequent
[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"