cmd/formulae.sh: fix spaces
This commit is contained in:
parent
1d5e354cc2
commit
bb944d8a37
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user