From: joey Date: Thu, 7 Dec 2006 04:56:06 +0000 (+0000) Subject: note fixed bug X-Git-Tag: 1.36~87 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e1604375da59fc236068b71c83df2748dd638aa9?ds=inline note fixed bug --- diff --git a/IkiWiki.pm b/IkiWiki.pm index 61725ab84..45a3627cc 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -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;