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:
Diffstat (limited to 'sh')
-rw-r--r--sh/jshn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/jshn.sh b/sh/jshn.sh
index 06ba965..5db1667 100644
--- a/sh/jshn.sh
+++ b/sh/jshn.sh
@@ -174,7 +174,7 @@ json_add_double() {
# functions read access to json variables
json_load() {
- eval `jshn -r "$1"`
+ eval "`jshn -r "$1"`"
}
json_dump() {