diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 06:20:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 06:20:19 +0000 |
commit | c3cf6bf8d9b2494cdf54396f1b95a139e63ce860 (patch) | |
tree | 770129bf0b95eff9e696317489b26ac2ca04b87e /doc/bugs | |
parent | b1fecf16daa5e6652b603e918283f12d8584e869 (diff) | |
download | ikiwiki-c3cf6bf8d9b2494cdf54396f1b95a139e63ce860.tar ikiwiki-c3cf6bf8d9b2494cdf54396f1b95a139e63ce860.tar.gz |
web commit by ali: Don't wrap my error message!
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/prune_causing_taint_mode_failures.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/prune_causing_taint_mode_failures.mdwn b/doc/bugs/prune_causing_taint_mode_failures.mdwn index 3187ed54f..79eef2204 100644 --- a/doc/bugs/prune_causing_taint_mode_failures.mdwn +++ b/doc/bugs/prune_causing_taint_mode_failures.mdwn @@ -1,8 +1,8 @@ Using ikiwiki version 2.5gpa1 (the backport to Debian 3.1), I suddenly started getting the following error when rebuilding the wiki: -successfully generated /home/ikiwiki/cgi-bin/ikiwiki.cgi -Insecure dependency in rmdir while running with -T switch at /usr/share/perl5/IkiWiki/Render.pm line 242. -BEGIN failed--compilation aborted at (eval 5) line 130. +> successfully generated /home/ikiwiki/cgi-bin/ikiwiki.cgi +> Insecure dependency in rmdir while running with -T switch at /usr/share/perl5/IkiWiki/Render.pm line 242. +> BEGIN failed--compilation aborted at (eval 5) line 130. I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows: |