Merge tag 'v0.4.1' into develop

Fix undefined g_verbose
This commit is contained in:
Jörn-Michael Miehe 2020-02-18 19:33:29 +01:00
commit 4d7f1b14c3

View file

@ -31,6 +31,7 @@ OPTIND=1
# initialize variables # initialize variables
g_build=0 g_build=0
g_watch=0 g_watch=0
g_verbose=0
g_root="" g_root=""
while getopts "h?bwvr:" opt; do while getopts "h?bwvr:" opt; do