aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/taint_and_-T.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-04-26 20:54:08 -0400
committerJoey Hess <joey@kitenet.net>2008-04-26 20:54:08 -0400
commit17c276dea5f623e97affad9f778134c40606de5f (patch)
tree79478264ddfa5b6605236081bcc16d1c0a3599eb /doc/bugs/taint_and_-T.mdwn
parent9652cdfe2eb16150518e34af33c8858118fe0a09 (diff)
downloadikiwiki-17c276dea5f623e97affad9f778134c40606de5f.tar
ikiwiki-17c276dea5f623e97affad9f778134c40606de5f.tar.gz
web commit by JeremyReed: about taint and -T build failure
Diffstat (limited to 'doc/bugs/taint_and_-T.mdwn')
-rw-r--r--doc/bugs/taint_and_-T.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/taint_and_-T.mdwn b/doc/bugs/taint_and_-T.mdwn
new file mode 100644
index 000000000..0250bd70f
--- /dev/null
+++ b/doc/bugs/taint_and_-T.mdwn
@@ -0,0 +1,5 @@
+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.