From 29507e94a46d0f2006671d31ac6812ebd0715cee Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 26 May 2006 15:33:14 +0000 Subject: utf-8 support seems to be working now --- ikiwiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ikiwiki') 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(); -- cgit v1.2.3