From 65c765b37deedbbbf5ee9f622b0851b6aab64c8a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Aug 2015 12:56:14 +0200 Subject: reproducible: remove unneeded 'set -e' which is set by common-functions.sh already --- bin/reproducible_html_howto.sh | 1 - bin/reproducible_html_specs.sh | 1 - 2 files changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_howto.sh b/bin/reproducible_html_howto.sh index e850e1c9..e143ca64 100755 --- a/bin/reproducible_html_howto.sh +++ b/bin/reproducible_html_howto.sh @@ -9,7 +9,6 @@ common_init "$@" . /srv/jenkins/bin/reproducible_common.sh -set -e VERSION=$(git log -1 --pretty='%h') diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh index 0a8ff888..dafd06f3 100755 --- a/bin/reproducible_html_specs.sh +++ b/bin/reproducible_html_specs.sh @@ -10,7 +10,6 @@ common_init "$@" . /srv/jenkins/bin/reproducible_common.sh -set -e VERSION=$(git log -1 --pretty='%h') SPEC=$1 -- cgit v1.2.3-54-g00ecf