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
|
||||
echo "${RESULT}" | xargs | tr -d '\n' | jq -R -s -c 'split(" ")'
|
||||
else
|
||||
echo "${RESULT}" | xargs
|
||||
echo "${RESULT}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue