diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-07 04:56:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-07 04:56:06 +0000 |
commit | e1604375da59fc236068b71c83df2748dd638aa9 (patch) | |
tree | cd4186210bfc82b9ce24052b953556d69dba647a | |
parent | 371a618fa2fc12b4df38991ea9163664daa8e46e (diff) |
note fixed bug
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |