[Debtags-commits] [svn] r1461 -
central-database/branches/alioth/webfrontend
Enrico Zini
enrico at costa.debian.org
Mon Oct 31 19:05:13 UTC 2005
Author: enrico
Date: Mon Oct 31 19:05:13 2005
New Revision: 1461
Modified:
central-database/branches/alioth/webfrontend/Navigation.pm
Log:
Do I get mkpath right this time?
Modified: central-database/branches/alioth/webfrontend/Navigation.pm
==============================================================================
--- central-database/branches/alioth/webfrontend/Navigation.pm (original)
+++ central-database/branches/alioth/webfrontend/Navigation.pm Mon Oct 31 19:05:13 2005
@@ -84,10 +84,10 @@
if (substr($_[0], 0, 1) eq '/')
{
shift @path;
+ $part = '/';
}
for my $p (@path)
{
- $part .= '/' if $part;
$part .= $p;
if (not -d $part)
More information about the Debtags-commits
mailing list