From 9ec6122b3b262db3965dd7cec6e547fd2c6f5e54 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:18:44 +0200 Subject: [PATCH] Update main.sh - parse_object_kv_list_non_eval() fix --- func/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/func/main.sh b/func/main.sh index 08c270bb..7397dec4 100644 --- a/func/main.sh +++ b/func/main.sh @@ -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'