]> git.decadent.org.uk Git - dak.git/commitdiff
where did that ) come from?
authorRyan Murray <rmurray@debian.org>
Tue, 27 Nov 2001 04:18:18 +0000 (04:18 +0000)
committerRyan Murray <rmurray@debian.org>
Tue, 27 Nov 2001 04:18:18 +0000 (04:18 +0000)
ziyi

diff --git a/ziyi b/ziyi
index 4e1b5cfff2730c1c4940fb51d992bca13e4c36f5..343fdb36cf99ae7739af5f54af6c7e423e3d66dd 100755 (executable)
--- a/ziyi
+++ b/ziyi
@@ -3,7 +3,7 @@
 # Create all the Release files
 
 # Copyright (C) 2001  Anthony Towns <ajt@debian.org>
-# $Id: ziyi,v 1.13 2001-11-27 04:15:14 rmurray Exp $
+# $Id: ziyi,v 1.14 2001-11-27 04:18:18 rmurray Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -255,7 +255,7 @@ def main ():
                os.unlink(dest)
            keyring = "--secret-keyring \"%s\"" % Cnf["Dinstall::SigningKeyring"]
            if Cnf.has_key("Dinstall::SigningPubKeyring"):
-               keyring = keyring + " --keyring \"%s\"" % Cnf["Dinstall::SigningPubKeyring"])
+               keyring = keyring + " --keyring \"%s\"" % Cnf["Dinstall::SigningPubKeyring"]
 
            os.system("gpg %s --no-options --batch --no-tty --armour --detach-sign <%s --output=%s" % (keyring,
                Cnf["Dir::RootDir"] + tree + "/Release", dest))