aboutsummaryrefslogtreecommitdiff
path: root/build2/version/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version/rule.cxx')
-rw-r--r--build2/version/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx
index 6632d55..3e143c1 100644
--- a/build2/version/rule.cxx
+++ b/build2/version/rule.cxx
@@ -474,7 +474,7 @@ namespace build2
if (verb >= 2)
text << "ver -o " << tp << ' ' << ip;
else if (verb)
- text << "ver " << tp;
+ text << "ver " << ip;
// Read and process the file, one line at a time.
//