From e1604375da59fc236068b71c83df2748dd638aa9 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 7 Dec 2006 04:56:06 +0000 Subject: [PATCH] note fixed bug --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.44.0