mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
declare -Ar -> local -A
This commit is contained in:
parent
1cb330823d
commit
9a7b9b0b32
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ def dump_app_log_extract_for_debugging(operation_logger):
|
||||||
r"local legacy_args=.*$",
|
r"local legacy_args=.*$",
|
||||||
r".*Helper used in legacy mode.*",
|
r".*Helper used in legacy mode.*",
|
||||||
r"args_array=.*$",
|
r"args_array=.*$",
|
||||||
r"declare -Ar args_array$",
|
r"local -A args_array$",
|
||||||
r"ynh_handle_getopts_args",
|
r"ynh_handle_getopts_args",
|
||||||
r"ynh_script_progression"
|
r"ynh_script_progression"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue