moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.32k stars 538 forks source link

Drop -V from sort when on macOS #316

Open mcandre opened 5 years ago

mcandre commented 5 years ago

macOS’s sort does not support -V.

As a workaround, one can probably forcibly install GNU coreutils with Homebrew, but it would be better for gvm to not depend on that.

BenKnigge commented 4 years ago

I'm going to label this as a bug. If anyone is willing to make a pr to resolve the issue it would be appreciated.