mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Syntax fix
This commit is contained in:
parent
ad748a75f6
commit
652edc204c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ ynh_handle_getopts_args () {
|
|||
# Escape double quote to prevent any interpretation during the eval
|
||||
arguments[$i]="${arguments[$i]//\"/\\\"}"
|
||||
# Escape $ as well to prevent the string following it to be seen as a variable.
|
||||
all_args[$i]="${all_args[$i]//$/\\\$}"
|
||||
arguments[$i]="${arguments[$i]//$/\\\$}"
|
||||
|
||||
# Store each value given as argument in the corresponding variable
|
||||
# The values will be stored in the same order than $args_array
|
||||
|
|
Loading…
Add table
Reference in a new issue