buildscript: exit on errors

Exit on errors, to make unsuccessful runs more obvious.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Tested-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Fabian Bläse 2021-06-09 00:17:01 +02:00
parent 2090c9124b
commit 50e7d6a238
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
set -o pipefail
builddir=./build
# OpenWrt: package hashes correspond to core repo version