aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/taint_and_-T.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-27 14:31:35 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-27 14:31:35 -0400
commita64bc76fbe4bc336e215b62772cdb6fb15d49934 (patch)
tree838b140690ba2d053c61904204a9844fd18736a5 /doc/bugs/taint_and_-T.mdwn
parent502197e9bb6208de9482ea175f5b4d8b200bff4f (diff)
downloadikiwiki-a64bc76fbe4bc336e215b62772cdb6fb15d49934.tar
ikiwiki-a64bc76fbe4bc336e215b62772cdb6fb15d49934.tar.gz
response
Diffstat (limited to 'doc/bugs/taint_and_-T.mdwn')
-rw-r--r--doc/bugs/taint_and_-T.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/taint_and_-T.mdwn b/doc/bugs/taint_and_-T.mdwn
index 0250bd70f..678d93177 100644
--- a/doc/bugs/taint_and_-T.mdwn
+++ b/doc/bugs/taint_and_-T.mdwn
@@ -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.
+
+> pm_filter removes the -T from ikiwiki.in when generating ikiwiki.out
+> unless NOTAINT=0 is set. I cannot reproduce your problem. --[[Joey]]