From 79d9ea2b9286a3e530e23e4f76862c76309f53e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Fri, 23 Apr 2021 10:15:18 +0200 Subject: [PATCH] Only stop on crash --- debian/patches/install.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/install.patch b/debian/patches/install.patch index fcaa258..13c5180 100644 --- a/debian/patches/install.patch +++ b/debian/patches/install.patch @@ -4,7 +4,7 @@ #!/bin/bash -set -ueo pipefail -#set -x -+set -x ++set -e REPO_DIR="$(cd "$(dirname "$0")" && pwd)" SRC_DIR="$REPO_DIR/src"