From f836995a0d9b54e526ca9d976e4a81b53fd5fc4c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Oct 2012 14:55:54 +0200 Subject: [PATCH] dont exit on error if we trap errors --- liveboot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index d4533e5..8cbe07f 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -9,7 +9,7 @@ set_failure() { exit 1 } -set -e +#set -e #set -x export -- 2.39.5