From a82cdb8fd9ba02034d296769772cdf81244da66a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Apr 2015 13:01:46 +0200 Subject: Automatically decide when to print relative/absolute paths --- build/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/parser.cxx') diff --git a/build/parser.cxx b/build/parser.cxx index 06e489a..6c3989d 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -1024,7 +1024,7 @@ namespace build if (dp != nullptr) { if (n.dir.absolute ()) - fail (t) << "nested absolute directory " << n.dir.string () + fail (t) << "nested absolute directory " << n.dir << " in variable expansion"; d1 = *dp / n.dir; -- cgit v1.1