Add force => ->got('version-check') to tools.

This commit is contained in:
Daniel Nichter
2013-02-21 16:37:25 -07:00
parent 831197ba07
commit 550bb3887a
17 changed files with 19 additions and 1 deletions

View File

@@ -4779,7 +4779,9 @@ sub main {
# Do the version-check
# ########################################################################
if ( $o->get('version-check') && (!$o->has('quiet') || !$o->get('quiet')) ) {
VersionCheck::version_check();
VersionCheck::version_check(
force => $o->got('version-check'),
);
}
# ########################################################################