r43754 - /scripts/KGB/server/KGB

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 6 08:10:17 UTC 2009


Author: dmn
Date: Sun Sep  6 08:09:59 2009
New Revision: 43754

URL: http://svn.debian.org/wsvn/?sc=1&rev=43754
Log:
remove the slash after the module name

Modified:
    scripts/KGB/server/KGB

Modified: scripts/KGB/server/KGB
URL: http://svn.debian.org/wsvn/scripts/KGB/server/KGB?rev=43754&op=diff
==============================================================================
--- scripts/KGB/server/KGB (original)
+++ scripts/KGB/server/KGB Sun Sep  6 08:09:59 2009
@@ -390,7 +390,7 @@
     foreach(1..$#log) {
         push @string, "$repo_head $log[$_]";
     }
-    $path_string = "\00306$module\017/$path_string" if defined($module);
+    $path_string = "\00306$module\017 $path_string" if defined($module);
     push @string, "$repo_head $path_string";
     my @tmp;
     # Standard says 512 (minus \r\n), anyway that's further trimmed when




More information about the Pkg-perl-cvs-commits mailing list