diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/system.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.ml b/lib/system.ml index b258efd6b9..31e8f5649e 100644 --- a/lib/system.ml +++ b/lib/system.ml @@ -116,7 +116,7 @@ let where_in_path path filename = (lpe, f) | (lpe, f) :: l' -> if cont then - check_and_warn true (acc ^ "; ") l' + check_and_warn true (acc ^ (string_of_physical_path lpe) ^ "; ") l' else check_and_warn true (filename ^ " has been found in [ " ^ (string_of_physical_path lpe) ^ "; ") l' |
