From 29858e8052891eef250691018cae6590c6d6eff8 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki Date: Tue, 1 Nov 2016 14:38:20 +0100 Subject: [PATCH] Fail the build on no gpg whatsoever --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 9669f730..ff81d206 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -109,7 +109,7 @@ set +e echo "Querying for gpg2 path" gpg2_path=`which gpg2` echo "Got $gpg2_path for gpg2 path" -echo set -e +set -e if [[ -x gpg2_path ]]; then echo "Using gpg2" GPG=gpg2