Update build.sh

Set shebang so that some linux distro will perform normally.
This commit is contained in:
Ivan Cai
2014-12-30 17:48:32 +08:00
parent 3bd5cd4e10
commit 56e3c05630

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SED='sed'