Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-23 21:45:07 +0300
committerFelix Fietkau <nbd@openwrt.org>2014-11-23 21:45:07 +0300
commitf386a0d7d86af42a584180c8898aef8ccb065a33 (patch)
treef1e6c9fa24601ebae8986b1ece8a4e4e4f8d5f09 /sh
parent4a09bb02843db181722eda28041351cc4e209943 (diff)
jshn: remove TYPE_JSON_VAR
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'sh')
-rw-r--r--sh/jshn.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/jshn.sh b/sh/jshn.sh
index fbffe85..f8aaf2c 100644
--- a/sh/jshn.sh
+++ b/sh/jshn.sh
@@ -128,8 +128,7 @@ json_init() {
export -n ${JSON_PREFIX}JSON_SEQ=0
export -- \
${JSON_PREFIX}JSON_CUR="JSON_VAR" \
- ${JSON_PREFIX}KEYS_JSON_VAR= \
- ${JSON_PREFIX}TYPE_JSON_VAR=
+ ${JSON_PREFIX}KEYS_JSON_VAR=
}
json_add_object() {