From e309f12ea86b7e1a09a3a8a5e4c896dd1b8f4dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 18 Feb 2020 19:31:37 +0100 Subject: [PATCH] default value for "verbosity" argument --- src/usr/local/lib/autodoc/globals | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usr/local/lib/autodoc/globals b/src/usr/local/lib/autodoc/globals index 595aba1..af15d71 100644 --- a/src/usr/local/lib/autodoc/globals +++ b/src/usr/local/lib/autodoc/globals @@ -31,6 +31,7 @@ OPTIND=1 # initialize variables g_build=0 g_watch=0 +g_verbose=0 g_root="" while getopts "h?bwvr:" opt; do