aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/library.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml
index 1dac57c84e..df5d588bd7 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -71,7 +71,7 @@ let add_load_path_entry (phys_path,coq_path) =
(* If this is not the default -I . to coqtop *)
&& not
(phys_path = canonical_path_name Filename.current_dir_name
- && coq_path <> Nametab.default_root_prefix)
+ && coq_path = Nametab.default_root_prefix)
then
begin
(* Assume the user is concerned by module naming *)