diff options
author | tv <tv@also> | 2011-07-31 04:29:24 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:29:24 +0200 |
commit | 4622f6ef3d50a369e5cc125de5cc8fbd6cc2cd37 (patch) | |
tree | 0bbcccd1cfbacc05433772169701f3c888531121 | |
parent | 953096471304dbed2e4eb6b59067f622f2b833d1 (diff) |
json/sh: use $1 as var prefix
-rwxr-xr-x | json/sh/json.sh | 2 |
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 ==== |