projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371a618
)
note fixed bug
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Dec 2006 04:56:06 +0000
(
04:56
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Dec 2006 04:56:06 +0000
(
04:56
+0000)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 61725ab84dc6acf2064189f8f9d711681d3499a8..45a3627cc8301c54d7723d71526b12457ee1255e 100644
(file)
--- 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;