fail build if any step in the script fails

This commit is contained in:
Reiner Herrmann 2019-06-21 15:08:49 +02:00
parent f942f87c8d
commit 7d9db83559
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
# a code archive should already be available
set -e
TOP=`pwd`
CODE_ARCHIVE="$1-$2.tar.xz"
CODE_DIR="$1-$2"

View file

@ -2,6 +2,8 @@
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
# a code archive should already be available
set -e
TOP=`pwd`
CODE_ARCHIVE="$1-$2.tar.xz"
CODE_DIR="$1-$2"