diff --git a/scripts/find-apps.sh b/scripts/find-apps.sh index 9ed84273a..96073c6b4 100755 --- a/scripts/find-apps.sh +++ b/scripts/find-apps.sh @@ -87,5 +87,5 @@ fi if [ "$WANT_JSON" = 'yes' ]; then echo "${RESULT}" | xargs | tr -d '\n' | jq -R -s -c 'split(" ")' else - echo "${RESULT}" | xargs + echo "${RESULT}" fi