mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix regression with space in app name
This commit is contained in:
parent
353049c093
commit
274c87f7a5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ else
|
||||||
arguments[$i]=${arguments[$i]//--build-lxc/-l}
|
arguments[$i]=${arguments[$i]//--build-lxc/-l}
|
||||||
arguments[$i]=${arguments[$i]//--bash-mode/-y}
|
arguments[$i]=${arguments[$i]//--bash-mode/-y}
|
||||||
arguments[$i]=${arguments[$i]//--show-resources/-r}
|
arguments[$i]=${arguments[$i]//--show-resources/-r}
|
||||||
getopts_built_arg+=(${arguments[$i]})
|
getopts_built_arg+=("${arguments[$i]}")
|
||||||
done
|
done
|
||||||
|
|
||||||
# Read and parse all the arguments
|
# Read and parse all the arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue