diff options
-rw-r--r-- | doc/bugs/taint_and_-T.mdwn | 5 |
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. |