halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
454 stars 86 forks source link

Add guard against Bash versions lower than 5 #168

Open thibmaek opened 2 years ago

thibmaek commented 2 years ago

Since you require Bash version 5, but macOS will ship with an outdated version of GNU bash (3) I thought it made sense to exit early and warn the user.

image

Last command is default macOS bash, top is brew bash