Skip to content

dev: check version of bash on startup

Administrator requested to merge k/check-bash-version into master

Created by: keegancsmith

If you are using an old version of bash our dev scripts fails in subtle ways. For example we will detect file changes, but recompilation will fail. This check ensures a dev is on version 5 of bash. If not it fails the script and informs them how to upgrade.

Merge request reports

Loading