[[ ]] evaluation was not working on Ubuntu /bin/sh

Changed the shebang to /bin/bash
This commit is contained in:
Abinoam P. Marques Jr 2012-02-19 17:31:58 -03:00
parent 04ac322e3b
commit cfec480184
1 changed files with 1 additions and 1 deletions

View File

@ -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