1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-24 05:21:50 +00:00

[[ ]] 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

View file

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