From 3c57a25a4d6a80301ece82ab33f1394e34f8b873 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Jul 2015 09:59:52 +0200 Subject: Basic test support --- build/cli/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/cli') diff --git a/build/cli/module.cxx b/build/cli/module.cxx index c1d0aab..f112cd4 100644 --- a/build/cli/module.cxx +++ b/build/cli/module.cxx @@ -102,7 +102,7 @@ namespace build string ver; try { - process pr (args, false, false, true); + process pr (args, 0, -1); // Open pipe to stdout. ifdstream is (pr.in_ofd); // The version should be the last word on the first line. -- cgit v1.1