sh/jshn.sh - json_cleanup() dont pollute env with local vars
authorBastian Bittorf <bittorf@bluebottle.com>
Sun, 20 Apr 2014 20:55:48 +0000 (22:55 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 26 Apr 2014 19:30:33 +0000 (21:30 +0200)
commit51766c25e94cb991ba37e643b471bbe1fc7ecd43
treecc07a6f3356e3d82bf61c83b72482cb71c5af836
parent73a88451ddcc58ba1217dea22fee3eb5b20cf79b
sh/jshn.sh - json_cleanup() dont pollute env with local vars

this script is mostly sourced, so we should try to keep the pollution
of the users environment as low as possible. make the var 'tmp' local

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
sh/jshn.sh