Closed sauclovian-g closed 4 months ago
build.sh doesn't stop if the compile fails; it should use set -e (or explicitly check for error).
set -e
(I have a patch for this but it sits on top of #2061 so it's going to have to wait a bit)
build.sh doesn't stop if the compile fails; it should use
set -e
(or explicitly check for error).