Add missing '!' to shebang line in some bash scripts

This commit is contained in:
Craig Leres 2020-04-19 16:11:48 -07:00
parent fe6487d1e2
commit aa689d58f9
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
#remove previous build
rm -rf ./out ./build

View file

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
source ./tools/config.sh

View file

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
source ./tools/config.sh