Start removing select Linux-isms

bash might not be in /bin. Don't expect it there.
This commit is contained in:
Dan McGregor 2015-08-10 14:49:46 -06:00 committed by Jacob Alexander
parent 5c442e0434
commit 6cea31c463
17 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This is a build script template
# These build scripts are just a convenience for configuring your keyboard (less daunting than CMake)
# Jacob Alexander 2015