[[ ]] evaluation was not working on Ubuntu /bin/sh
Changed the shebang to /bin/bash
This commit is contained in:
parent
04ac322e3b
commit
cfec480184
1 changed files with 1 additions and 1 deletions
2
buildtgz
2
buildtgz
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Make doesn't handle subdirs very well
|
||||
# without providing a Makefile in each one.
|
||||
# So we will just manually find any source
|
||||
|
|
Loading…
Reference in a new issue