Reverted unix build script back to bash instead of sh. This script has

bash specific syntax in it.
This commit is contained in:
mjbudd77 2021-01-16 14:54:47 -05:00
parent 1454238f1e
commit c80e65ff79
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
CLEAN_BUILD=0;
MAKE_ARGS="";