mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Gotta define a default value to avoid unbound variable
This commit is contained in:
parent
0fa17ec2b1
commit
144f98ad44
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ ynh_app_upstream_version () {
|
|||
# Declare an array to define the options of this helper.
|
||||
local legacy_args=m
|
||||
local -A args_array=( [m]=manifest= )
|
||||
local manifest
|
||||
local manifest=""
|
||||
# Manage arguments with getopts
|
||||
ynh_handle_getopts_args "$@"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue