aboutsummaryrefslogtreecommitdiff
path: root/build2/version/rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-29 15:19:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-29 15:19:32 +0200
commitd577b075a8f193a45ebbbd268582c4b60258c91e (patch)
treec97f8a50423c4d46025c6466be25515297e3e11c /build2/version/rule.cxx
parent027b99c35cf0e09fd758666232fd114d67e4346b (diff)
Add support for stub versions in version module
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.
//