From 0fb8bc472aafaacb6bff3b9f6a3af2df1aa8dc8a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 16 Aug 2019 17:57:54 +0300 Subject: Fix uncaught invalid_path exception --- bdep/sync.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index ab2fb2b..26781eb 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -741,8 +741,7 @@ namespace bdep for (dir_path d: o.config ()) { - d.complete (); - d.normalize (); + normalize (d, "configuration"); if (open && d.string () == *open) continue; -- cgit v1.1