From e8b844f7649b954be8b2b7b20d4026c33c4efd51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 4 Mar 2024 18:29:45 +0100 Subject: [PATCH] Squashed 'cgilite/' changes from 426dac5..d7b1281 d7b1281 bugfix: incorrect call of `DB2 "" new` git-subtree-dir: cgilite git-subtree-split: d7b1281dbec20a236a14bd0fa8771da1ce353d00 --- json.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json.sh b/json.sh index f43f8ec..12afdc4 100755 --- a/json.sh +++ b/json.sh @@ -95,7 +95,7 @@ json_number() { } json_array() { - local struct="$(DB2 new)" value json_document="$json_document" + local struct="$(DB2 "" new)" value json_document="$json_document" json_space case $json_document in @@ -141,7 +141,7 @@ json_array() { } json_object() { - local struct="$(DB2 new)" key value json_document="$json_document" + local struct="$(DB2 "" new)" key value json_document="$json_document" json_space case $json_document in -- 2.39.2