New commits:
commit 00e021b17902b44ada9f3e6e038d095473ef5346
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
fixed a typo from the previous merge
diff --git a/var/lib/quill/modules/libgpg b/var/lib/quill/modules/libgpg
index 110c842..e9a467f 100644
--- a/var/lib/quill/modules/libgpg
+++ b/var/lib/quill/modules/libgpg
@@ -322,7 +322,7 @@ function query_spell_keyring(){
## @Globals QUILL_GPG_AD "source" "sources_and_urls"
#---
function upstream_gpg_ad() {
- if [[ -z $QUILL_GPG_AD ]]
+ if [[ -z $QUILL_GPG_AD ]]; then
# plug in the ad for upstream sigs if valid urls were found
local su=$(sed -n "s,^$source \(\S*\) .*$,\1,p" <<< "$sources_and_urls")
guess_signature_url silent &&
[SM-Commit] GIT changes to master quill by Jaka Kranjc (00e021b17902b44ada9f3e6e038d095473ef5346),
Jaka Kranjc, 08/17/2007