build: print apps in lines (but not as space separated args)
This commit is contained in:
parent
8f0ef274a8
commit
a432312b91
|
@ -87,5 +87,5 @@ fi
|
||||||
if [ "$WANT_JSON" = 'yes' ]; then
|
if [ "$WANT_JSON" = 'yes' ]; then
|
||||||
echo "${RESULT}" | xargs | tr -d '\n' | jq -R -s -c 'split(" ")'
|
echo "${RESULT}" | xargs | tr -d '\n' | jq -R -s -c 'split(" ")'
|
||||||
else
|
else
|
||||||
echo "${RESULT}" | xargs
|
echo "${RESULT}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue