ZeusWPI / Haldis

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where.
Other
13 stars 15 forks source link

make shell scripts portable #178

Closed fbegyn closed 2 years ago

fbegyn commented 2 years ago

The current shell scripts call /bin/bash. This won't work on certain systems (nixos for example :eyes: ).

By switching to /usr/bin/env bash these scripts become portable. As long as bash environment is present on a system, the scripts will work.

abeforgit commented 2 years ago

ah yes, the classic