]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 18 Dec 2008 12:43:09 +0000 (12:43 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 18 Dec 2008 12:43:09 +0000 (12:43 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@675 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh

index b10d8a9d625acfa06d4c734da70baaff845413d5..f1c7794614f8593386ed470983b236162a5c15be 100644 (file)
@@ -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