From 04d8d7cb13286d763b0078c53e3671352c94b1c6 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 17 Aug 2016 21:36:50 +0200 Subject: scripts: run all scripts with -e Run all scripts with -e so they exit as soon as something breaks. That way the build stops at the first error, not some other error. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/ubuntu') diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index a825c5151..3e6f4de4e 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # start from the directory above the combined subsurface & subsurface/libdivecomputer directory # # in order to be able to make changes to the debian/* files without changing the source -- cgit v1.2.3-70-g09d2