ToyKeeper / anduril

Anduril 2 Flashlight Firmware and FSM UI Toolkit
GNU General Public License v3.0
213 stars 52 forks source link

Update make shebang for portability #14

Closed GarikFirst closed 10 months ago

GarikFirst commented 10 months ago

Updated make

Changed shebang to #!/usr/bin/env bashfor portability: Different *nixes put bash in different places, and using /usr/bin/env is a workaround to run the first bash found on the PATH.