diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-07 20:33:37 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-07 20:33:37 +0000 |
commit | dec8121f1c20cae5a49b31201218c3f269847230 (patch) | |
tree | dd4d823487f406395568a84ae0272fa3efd22e51 | |
parent | 91bf3fbd2eedd90410cc9bab13adc9cc929ee330 (diff) | |
download | simplepkg-dec8121f1c20cae5a49b31201218c3f269847230.tar.gz simplepkg-dec8121f1c20cae5a49b31201218c3f269847230.tar.bz2 |
attempting to fix 49
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@740 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index d61dbd9..9589568 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -1142,6 +1142,8 @@ function repo_gpg_key { if [ "$update" == "--update" ]; then update=true + else + update=false fi if [ $SIGN_PACKAGES -eq $on ]; then |