response
[ikiwiki.git] / doc / bugs / taint_and_-T.mdwn
1 By default, tflag is not defined. But ikiwiki.in has -T causing build failure:
2
3 perl -Iblib/lib   ikiwiki.out -libdir . -setup docwiki.setup -refresh
4 "-T" is on the #! line, it must also be used on the command line at ikiwiki.out
5 line 1.
6
7 > pm_filter removes the -T from ikiwiki.in when generating ikiwiki.out
8 > unless NOTAINT=0 is set. I cannot reproduce your problem. --[[Joey]]