[[ ]] evaluation was not working on Ubuntu /bin/sh
Changed the shebang to /bin/bashpull/8/merge
parent
04ac322e3b
commit
cfec480184
2
buildtgz
2
buildtgz
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Make doesn't handle subdirs very well
|
# Make doesn't handle subdirs very well
|
||||||
# without providing a Makefile in each one.
|
# without providing a Makefile in each one.
|
||||||
# So we will just manually find any source
|
# So we will just manually find any source
|
||||||
|
|
Loading…
Reference in New Issue