From 2d4ce122c4b515ef9f116952151f3a6986b6c957 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 30 Oct 2013 10:55:01 +0100 Subject: [PATCH 1/1] jshn: do not export SEQ_* Signed-off-by: Felix Fietkau --- sh/jshn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/jshn.sh b/sh/jshn.sh index 3aff5ea..93fbec2 100644 --- a/sh/jshn.sh +++ b/sh/jshn.sh @@ -103,7 +103,7 @@ _json_add_table() { local table="JSON_$itype$seq" _json_set_var "UP_$table" "$cur" _json_export "KEYS_$table" "" - [ "$itype" = "ARRAY" ] && _json_export "SEQ_$table" "" + [ "$itype" = "ARRAY" ] && _json_set_var "SEQ_$table" "" _json_set_var JSON_CUR "$table" _jshn_append "JSON_UNSET" "$table" -- 2.11.0