cmd/formulae.sh: fix spaces

This commit is contained in:
Maxim Belkin 2020-12-01 12:59:32 -06:00
parent 1d5e354cc2
commit bb944d8a37

View File

@ -22,7 +22,7 @@ homebrew-formulae() {
)" )"
local shortnames local shortnames
shortnames="$(echo "$formulae" | cut -d "/" -f 3)" shortnames="$(echo "$formulae" | cut -d "/" -f 3)"
echo -e "$formulae \n $shortnames" | \ echo -e "$formulae\n$shortnames" | \
grep -v '^homebrew/core' | \ grep -v '^homebrew/core' | \
sort -uf sort -uf
} }