bash
sh
`build.sh` uses bash-specific array creation syntax, which may not work with `/bin/sh`. Change it to `bash` to avoid confusion: