summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-26 15:33:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-26 15:33:14 +0000
commit29507e94a46d0f2006671d31ac6812ebd0715cee (patch)
tree9d66bda3cf499ecd43d82c1bcf4e763e7e312ce8 /ikiwiki
parent361ec86696628cdfe2f8904211c8b747bde10468 (diff)
utf-8 support seems to be working now
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki3
1 files changed, 1 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index be7f86a45..3ea6b7aa0 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl -T -CSD
$ENV{PATH}="/usr/local/bin:/usr/bin:/bin";
package IkiWiki;
@@ -101,7 +101,6 @@ sub main () { #{{{
loadindex();
require IkiWiki::Render;
rcs_update();
- rcs_getctime() if $config{getctime};
refresh();
rcs_notify() if $config{notify};
saveindex();