jshn: do not export JSON_SEQ
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
37b5203e18
commit
4a09bb0284
1 changed files with 1 additions and 1 deletions
|
@ -125,8 +125,8 @@ json_cleanup() {
|
|||
|
||||
json_init() {
|
||||
json_cleanup
|
||||
export -n ${JSON_PREFIX}JSON_SEQ=0
|
||||
export -- \
|
||||
${JSON_PREFIX}JSON_SEQ=0 \
|
||||
${JSON_PREFIX}JSON_CUR="JSON_VAR" \
|
||||
${JSON_PREFIX}KEYS_JSON_VAR= \
|
||||
${JSON_PREFIX}TYPE_JSON_VAR=
|
||||
|
|
Loading…
Reference in a new issue