From 2ed42019b366f3cd6ab8f5bd6c234a19c1ef0629 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 25 Jul 2018 21:53:30 -0400 Subject: fix 141 broken pipe error The error could be ignored in this case but better to just remove quotes properly and avoid it. --- subprojects/freeamo/src/get-licenses | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/freeamo/src/get-licenses') diff --git a/subprojects/freeamo/src/get-licenses b/subprojects/freeamo/src/get-licenses index 610d614..be814f4 100644 --- a/subprojects/freeamo/src/get-licenses +++ b/subprojects/freeamo/src/get-licenses @@ -101,7 +101,7 @@ function get-licenses--filter { amo_variables amo_variables__licenses - # license="$(jq ".license.name" "$run_path/build/json/current_versions/$current_version__id.json" | sed "s|en-US|enUS|;" | jq .enUS | sed "s|^\"||; s|\"$||;")" + # license="$(jq ".license.name" "$run_path/build/json/current_versions/$current_version__id.json" | sed "s|en-US|enUS|;" | jq -r .enUS )" # echo "$run_path/build/json/current_versions/$(jq ".results[$entry].current_version.id" "$file")" -- cgit v1.2.3