diff options
-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 |