Apparently in arch, bash is located at /usr/bin/bash instead of /bin/bash, as it is in most other distros (or maybe every other distro?) Look into this
For now, I'm thinking I need to update every bash script to use /bin/bash
The important ones have been done, but not all. These still need updated:
rankmirrors
?
I personally only use Debian/Ubuntu derivitaves these days (other than Arch itself), so I might be missing something here - if anybody comes across this and foresees breaking potential in certain linux distributions (or other OS) by changing them all to /bin/bash, or has a better way of approaching this, please let me know!
Apparently in arch, bash is located at /usr/bin/bash instead of /bin/bash, as it is in most other distros (or maybe every other distro?) Look into this
For now, I'm thinking I need to update every bash script to use /bin/bash The important ones have been done, but not all. These still need updated:
I personally only use Debian/Ubuntu derivitaves these days (other than Arch itself), so I might be missing something here - if anybody comes across this and foresees breaking potential in certain linux distributions (or other OS) by changing them all to /bin/bash, or has a better way of approaching this, please let me know!