From 26bdc152246f6a1caf1f0667b5f04f1804d599fa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Dec 2016 20:32:38 +0300 Subject: Adapt to semantics change of path::normalize() --- build2/test/script/parser.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2/test/script/parser.cxx') diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index 6054da9..1c3baea 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -1338,7 +1338,9 @@ namespace build2 if (!p.empty ()) { - p.normalize (); //@@ NORM + // Current dir collapses to an empty one. + // + p.normalize (false, true); return p; } -- cgit v1.1