diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 15:33:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 15:33:14 +0000 |
commit | 29507e94a46d0f2006671d31ac6812ebd0715cee (patch) | |
tree | 9d66bda3cf499ecd43d82c1bcf4e763e7e312ce8 /ikiwiki | |
parent | 361ec86696628cdfe2f8904211c8b747bde10468 (diff) |
utf-8 support seems to be working now
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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(); |