accessing unset variables fixed

This commit is contained in:
2022-07-04 19:03:19 +02:00
parent cebae11b38
commit dca348c4e3
3 changed files with 11 additions and 5 deletions
+2
View File
@@ -171,6 +171,8 @@ declare opt_verbose='no'
# array collecting all modules specified on the command line via '--with=module'
declare -a opt_with_modules=()
declare BUILD_SCRIPT=''
declare opt_ol_name_or_dir=''
parse_args() {