Merge pull request #11 from leres/master
Add missing '!' to shebang line in some bash scripts
This commit is contained in:
commit
dca3e75157
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
#remove previous build
|
||||
rm -rf ./out ./build
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
source ./tools/config.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
source ./tools/config.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue