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