On 18/07/2019 14:12, Greg Wooledge wrote:
On Thu, Jul 18, 2019 at 10:58:52AM +0200, Henning wrote:eval 'foo=(["key"]="'"${foo["key"]}"' value2")'If you just want to work around the bug, why not do it in the simplest way possible? foo["key"]+=" value2"
Of course, you are right. Henning