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() {