aboutsummaryrefslogtreecommitdiff
path: root/build2/spec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/spec.cxx')
-rw-r--r--build2/spec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/spec.cxx b/build2/spec.cxx
index da581c8..0e5bd75 100644
--- a/build2/spec.cxx
+++ b/build2/spec.cxx
@@ -19,7 +19,7 @@ namespace build2
// Avoid printing './' in './@...', similar to what we do for the
// {target,prerequisite}_key.
//
- if (stream_verb (os) < 2)
+ if (stream_verb (os).path < 1)
{
const string& r (diag_relative (s.src_base, false));