Closed rgravina closed 5 years ago
Looks like options are being removed from all core formulae, relevant PR for the vim formula: https://github.com/Homebrew/homebrew-core/pull/34421
@textbook Thanks for the update/reference! Guess we just remove the option then?
Fixed by 8e307518ce696d43df26f03914dd0e48e5895999
I ran
./setup.sh java
, and install terminated early. The last output before termination was:My guess would be that something fails in
workstation-setup/scripts/common/git.sh
based on this output:Removing the
--with-override-system-vi
allows setup to continue.I have a freshly installed Mojave installation. Re-running
./setup.sh java
with the flag commented out allows it to continue. I'm not sure if this means the system vim was not overridden.which vim
returns a symlink to/usr/local/Cellar/vim/8.1.0850/bin/vim
so I'm guessing this is OK.