From dc8f78163f1f4b894867ee668ec9ce2bd6975796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 23 Mar 2023 22:01:48 +0100 Subject: core: replace `set -e` by `set -o errexit` in shell scripts --- tools/build_debian.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/build_debian.sh') diff --git a/tools/build_debian.sh b/tools/build_debian.sh index 67a3c8b07..f8a641368 100755 --- a/tools/build_debian.sh +++ b/tools/build_debian.sh @@ -53,8 +53,7 @@ # (numeric or "auto" for dpkg >= 1.17.10) # -# exit on any error -set -e +set -o errexit # default values for options from environment variables DEFAULT_PACKAGER_NAME="Sébastien Helleu" -- cgit v1.2.3