From caf24aa705243f87c83d346d803adf84888a3cc5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Dec 2016 15:37:53 +0300 Subject: Eliminate the use of '/...' paths on Windows --- build2/test/script/parser.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/test/script/parser.cxx') diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index 1c3baea..059cb93 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -1338,9 +1338,7 @@ namespace build2 if (!p.empty ()) { - // Current dir collapses to an empty one. - // - p.normalize (false, true); + p.normalize (); return p; } -- cgit v1.1