auto_rx/build.sh: exit immediatelly on error

This ensures script will not continue to build when error accures. Continuing the build
after some part fails only brings more errors and makes the output harder to understand.
pull/877/head
Jiří Pinkava 2024-05-24 08:31:52 +02:00
rodzic b5e132cbd2
commit 40b8cfa9c2
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,8 @@
#
# Auto Sonde Decoder build script.
set -e
# Get the auto-rx version.
AUTO_RX_VERSION="\"$(python3 -m autorx.version 2>/dev/null || python -m autorx.version)\""