Merge pull request #9366 from maxim-belkin/formulae.sh-no-spaces
cmd/formulae.sh: fix spaces
This commit is contained in:
commit
4980f33792
@ -22,7 +22,7 @@ homebrew-formulae() {
|
||||
)"
|
||||
local shortnames
|
||||
shortnames="$(echo "$formulae" | cut -d "/" -f 3)"
|
||||
echo -e "$formulae \n $shortnames" | \
|
||||
echo -e "$formulae\n$shortnames" | \
|
||||
grep -v '^homebrew/core' | \
|
||||
sort -uf
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user