Reverted unix build script back to bash instead of sh. This script has
bash specific syntax in it.
This commit is contained in:
parent
1454238f1e
commit
c80e65ff79
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
CLEAN_BUILD=0;
|
||||
MAKE_ARGS="";
|
||||
|
|
Loading…
Reference in New Issue