Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compile script exiting prematurely
the conditional check left $? at 1 which triggered set -e after exiting the loop
- Loading branch information