response
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Apr 2008 18:31:35 +0000 (14:31 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Apr 2008 18:31:35 +0000 (14:31 -0400)
doc/bugs/taint_and_-T.mdwn

index 0250bd70fe632a8b9ed7a376fbba1e72bab50b0c..678d93177f0cf9112ae9fcee7470cda2b48c948e 100644 (file)
@@ -3,3 +3,6 @@ By default, tflag is not defined. But ikiwiki.in has -T causing build failure:
 perl -Iblib/lib   ikiwiki.out -libdir . -setup docwiki.setup -refresh
 "-T" is on the #! line, it must also be used on the command line at ikiwiki.out
 line 1.
 perl -Iblib/lib   ikiwiki.out -libdir . -setup docwiki.setup -refresh
 "-T" is on the #! line, it must also be used on the command line at ikiwiki.out
 line 1.
+
+> pm_filter removes the -T from ikiwiki.in when generating ikiwiki.out
+> unless NOTAINT=0 is set. I cannot reproduce your problem. --[[Joey]]