aboutsummaryrefslogtreecommitdiff
path: root/build/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/parser.cxx')
-rw-r--r--build/parser.cxx2
1 files changed, 1 insertions, 1 deletions
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;