summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjson/sh/json.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/sh/json.sh b/json/sh/json.sh
index 5d6476ac..2a64d371 100755
--- a/json/sh/json.sh
+++ b/json/sh/json.sh
@@ -97,7 +97,7 @@ read_json() {
# TODO print_json x, print_json x ca ... to print as json
-read_json x
+read_json "$1"
echo ====
set | egrep "^(typeof_)?$json_key[A-Za-z_]*="
echo ====