Revision: 39
http://amavisadmin.svn.sourceforge.net/amavisadmin/?rev=39&view=rev
Author: streindl
Date: 2007-01-21 07:41:38 -0800 (Sun, 21 Jan 2007)
Log Message:
-----------
Merge chanes from trunk
Modified Paths:
--------------
amavisadmin/trunk/tools/reposInfo.pl
Modified: amavisadmin/trunk/tools/reposInfo.pl
===================================================================
--- amavisadmin/trunk/tools/reposInfo.pl 2007-01-21 14:52:36 UTC (rev 38)
+++ amavisadmin/trunk/tools/reposInfo.pl 2007-01-21 15:41:38 UTC (rev 39)
@@ -51,7 +51,7 @@
my $url = $_info->URL;
if ($url =~ /trunk/) {
print "branch=trunk\n";
-} elsif ($url =~ /branches\/([^\/]+)\//) {
+} elsif ($url =~ /branches\/([^\/]+)/) {
print "branch=branch $1\n";
} elsif ($url =~ /tags\/([^\/]+)\//) {
print "branch=$1\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|