moovweb / gvm

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

fix: gvm-installer zsh incompatible use of == #468

Open jwatte opened 3 months ago

jwatte commented 3 months ago

zsh wants "=" not "==" for test equality. "=" also works in bash. zsh is the default shell on MacOS, so it seems prudent to work by default on that platform.

LiberQuack commented 2 months ago

anyone able to merge it?