From 11c2a7da4bef36942512c5f0ff7c77a4140c146d Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 18 Dec 2008 12:43:09 +0000 Subject: minor fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@675 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3