Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Jaka Kranjc (00e021b17902b44ada9f3e6e038d095473ef5346)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Jaka Kranjc (00e021b17902b44ada9f3e6e038d095473ef5346)
  • Date: Fri, 17 Aug 2007 16:55:47 -0500

GIT changes to master quill by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

var/lib/quill/modules/libgpg | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page