Make executable scripts FreeBSD-compatible by default.
Closed this issue · 2 comments
breakone9r commented
Two things are necessary:
add bash to the requirements list, as FreeBSD does NOT include bash by default.
change the bangs of every script to
#!/usr/bin/env bash
Because bash is ALSO installed into /usr/local/bin/bash on BSD. since it's NOT an included program. ALL 3rd party programs go into /usr/local on FreeBSD, while root and /usr/ are STRICTLY for apps that are part of the OS itself.
Thanks
theixle commented
Sure. Why not.
theixle commented
I think this should be done. Looked like it was just 'tmuxit' and 'pmuxit' tmux scripts that needed to be updated and added a mention of bash to requirements. Let me know if you see anything else. Thanks!