rgl / windows-vagrant

Windows 11/2022/2025 Base Vagrant Box (https://app.vagrantup.com/rgl)
MIT License
358 stars 95 forks source link

Use env bash she-bang for portability #11

Closed kampka closed 4 years ago

kampka commented 4 years ago

On systems that do not have a standard filesystem layout or are not a Linux base (eg. Free-/OpenBSD), /bin/bash may not exist. Using /usr/bin/env bash is therefore considered the more portable way of setting the shebang.

rgl commented 4 years ago

Are you actually using this repo in one of these OSes?

kampka commented 4 years ago

I use NixOS as my daily driver which does not have /bin/bash.

kampka commented 4 years ago

@rgl How would you like to proceed with this?

rgl commented 4 years ago

Its now in master. Thank You!