]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - ikiwiki.in
use template() rather than rolling it by hand
[git.ikiwiki.info.git] / ikiwiki.in
index 801ff9a0bf0ad2ea5fcc79c019dd41955e366e5e..acd37f8026c1a2a9ab076a877358617e9e20435e 100755 (executable)
@@ -45,7 +45,7 @@ sub getconfig () {
                        "usedirs!" => \$config{usedirs},
                        "prefix-directives!" => \$config{prefix_directives},
                        "getctime" => \$config{gettime},
-                       "gettime" => \$config{gettime},
+                       "gettime!" => \$config{gettime},
                        "numbacklinks=i" => \$config{numbacklinks},
                        "rcs=s" => \$config{rcs},
                        "no-rcs" => sub { $config{rcs}="" },