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
9a7b9b0b32
commit
a51478dc40
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def log_display(path, number=None, share=False, filter_irrelevant=False):
|
|||
r"local legacy_args=.*$",
|
||||
r".*Helper used in legacy mode.*",
|
||||
r"args_array=.*$",
|
||||
r"declare -Ar args_array$",
|
||||
r"local -A args_array$",
|
||||
r"ynh_handle_getopts_args",
|
||||
r"ynh_script_progression"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue