From 7eed858cac7e8ff78626bdc5d63a7f36ca8f8010 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Mar 2015 16:33:51 +0200 Subject: Move roots and bases to appropriate scopes --- build/name.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/name.cxx') diff --git a/build/name.cxx b/build/name.cxx index 9de1695..4ffc848 100644 --- a/build/name.cxx +++ b/build/name.cxx @@ -30,6 +30,8 @@ namespace build s.back () != path::traits::directory_separator) os << path::traits::directory_separator; } + else if (n.value.empty () && n.type.empty ()) + os << s; // Otherwise nothing gets printed. } os << n.value; -- cgit v1.1