From a82cdb8fd9ba02034d296769772cdf81244da66a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Apr 2015 13:01:46 +0200 Subject: Automatically decide when to print relative/absolute paths --- build/cxx/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/cxx/module.cxx') diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index e5c71e7..846e324 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -61,7 +61,7 @@ namespace build // const char* args[] = {v.c_str (), "-dumpversion", nullptr}; - if (verb >= 1) + if (verb) print_process (args); else text << "test " << v; -- cgit v1.1