From 1ef0edcf4cdae8a7e000db0a03c98e53c3183114 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 24 Sep 2001 13:26:57 +0000 Subject: One more boolean test bug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2057 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- cgit v1.2.3