aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/common.sh')
-rw-r--r--trunk/lib/common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index b10d8a9..f1c7794 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -1095,8 +1095,9 @@ function repo_gpg_key {
local folder="$1"
- if [ -z "$SIGN_KEYID$" ]; then
+ if [ -z "$SIGN_KEYID" ]; then
echo "GPG-KEY checking failed, no sign key id set."
+ return 1
fi
if [ $SIGN_PACKAGES -eq $on ]; then