From 9d074cfa33d0580f7c879705d03a0f080adaa455 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 31 Jul 2011 04:29:24 +0200 Subject: json/sh: use $1 as var prefix --- json/sh/json.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') 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 ==== -- cgit v1.2.3