mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
Merge tag 'v0.4.1' into develop
Fix undefined g_verbose
This commit is contained in:
commit
4d7f1b14c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue