aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-18 12:43:09 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-18 12:43:09 +0000
commit11c2a7da4bef36942512c5f0ff7c77a4140c146d (patch)
tree2d9d2842f0ec11a32e833006908fe3335e576edf
parent1cdc61fa8e9014605439515b9f590ef1591b76e6 (diff)
downloadsimplepkg-11c2a7da4bef36942512c5f0ff7c77a4140c146d.tar.gz
simplepkg-11c2a7da4bef36942512c5f0ff7c77a4140c146d.tar.bz2
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@675 04377dda-e619-0410-9926-eae83683ac58
-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