Merge pull request #11 from leres/master

Add missing '!' to shebang line in some bash scripts
This commit is contained in:
Me No Dev 2020-04-21 00:24:25 +03:00 committed by GitHub
commit dca3e75157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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