mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update main.sh - parse_object_kv_list_non_eval() fix
This commit is contained in:
parent
2fdcee22a2
commit
9ec6122b3b
1 changed files with 2 additions and 2 deletions
|
@ -1161,8 +1161,8 @@ parse_object_kv_list_non_eval() {
|
|||
# Let's combine all the parameters into one string, replace the new lines with a space
|
||||
local str="${*//$'\n'/ }"
|
||||
# Escape " and $
|
||||
str="${str//\"/\\\"}"
|
||||
str="${str//\$/\\\$}"
|
||||
# str="${str//\"/\\\"}"
|
||||
# str="${str//\$/\\\$}"
|
||||
|
||||
local key val match
|
||||
# Loop until we find the next key='value'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue