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 | 9d074cfa33d0580f7c879705d03a0f080adaa455 (patch) | |
tree | 37d8726fcbcd93e75f6cd98098d309728438683f | |
parent | 195db4d652df14c0ec424f25c81622028500eb8d (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 ==== |