From 2abd3bf65d1cb08d74fbc15068abe2ed35039a50 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Oct 2012 15:06:05 +0200 Subject: [PATCH] try harder to trap jenkins --- liveboot_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 74e05d4..55346b5 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # copyright 2012 Holger Levsen # GPL2 licenced @@ -9,7 +9,7 @@ set_failure() { exit 1 } -#set +e +set -e #set -x export -- 2.39.5