On 18/07/2019 11:19, Andreas Schwab wrote:
On Jul 18 2019, Henning <xa...@t-online.de> wrote:eval 'foo=(["key"]="'"${foo["key"]}"' value2")'This will break if ${foo["key"]} contains any of $ ` " \ <newline>.
Correct. I'd only taken blanks into account. Henning