projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a09bb0
)
jshn: remove TYPE_JSON_VAR
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Nov 2014 18:45:07 +0000
(19:45 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Nov 2014 18:45:07 +0000
(19:45 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
sh/jshn.sh
patch
|
blob
|
history
diff --git
a/sh/jshn.sh
b/sh/jshn.sh
index fbffe85dd7ea9db2b60d699b4b9bb6609c10a060..f8aaf2c85dacc2e924dcd701fbed134cd640c4bc 100644
(file)
--- 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() {