myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

Use 'env' to find shell #585

Closed samiam closed 2 years ago

samiam commented 2 years ago

/bin/bash is still v3. Using env will still use /bin/bash if another (more recent) bash isn't avail. But if it is available, let's use it.

myspaghetti commented 2 years ago

See issue 153