summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index fe7e4e9e..3953fd15 100644
--- a/main.cxx
+++ b/main.cxx
@@ -418,8 +418,9 @@ main (int argc, char * const argv [])
s.kernel_base_release.assign(s.kernel_release, 0, s.kernel_release.find('-'));
-
// arguments parsed; get down to business
+ if (s.verbose > 1)
+ version ();
// Create a temporary directory to build within.
// Be careful with this, as "s.tmpdir" is "rm -rf"'d at the end.