From: rhatto Date: Thu, 18 Dec 2008 12:43:09 +0000 (+0000) Subject: minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=11c2a7da4bef36942512c5f0ff7c77a4140c146d;p=simplepkg.git minor fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@675 04377dda-e619-0410-9926-eae83683ac58 --- 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