diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-10 02:55:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-10 02:55:42 +0000 |
commit | 1705e6246ece4d75541f7feb42abef512ba3a3be (patch) | |
tree | ac78c3abf31cf4e3025a5d7a2991d867f3805066 /IkiWiki.pm | |
parent | 70c5e7f0c858662c210b7f0d5944505777e0d852 (diff) | |
download | ikiwiki-1705e6246ece4d75541f7feb42abef512ba3a3be.tar ikiwiki-1705e6246ece4d75541f7feb42abef512ba3a3be.tar.gz |
updates
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 499ec8834..d63b02dff 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -320,7 +320,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! + # absolute! (Debian bug #376658) my $path="/".shift; my $base="/".shift; |