bootloader not well? #1638

trying to fix error detection mechanism
This commit is contained in:
rusefi 2020-07-25 17:25:32 -04:00
parent 465d242347
commit ef36b230c2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ make -j4 -f src/Makefile $1 $2 $3
rm -f blbuild/$BOOTLOADER_CODE_DESTINATION_FILE
[ $? -eq 0 ] || { echo "bootloader compilation failed"; exit 1; }
[ $? -eq 0 ] || { echo "ERROR: bootloader compilation failed"; exit 1; }
echo "$SCRIPT_NAME: Bootloader build success."