note fixed bug

master
joey 2006-12-07 04:56:06 +00:00
parent 371a618fa2
commit e1604375da
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ sub baseurl (;$) { #{{{
sub abs2rel ($$) { #{{{
# Work around very innefficient behavior in File::Spec if abs2rel
# is passed two relative paths. It's much faster if paths are
# absolute! (Debian bug #376658)
# absolute! (Debian bug #376658; fixed in debian unstable now)
my $path="/".shift;
my $base="/".shift;