aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-26 05:08:41 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-26 05:08:41 +0000
commitffc0be87d7eca4de4dbc91d740d36b7b40bfa911 (patch)
tree123d7568d749906e1896b189866321c9ddf510f1 /IkiWiki/Setup.pm
parentda1f96550e15f6b02156cd0f77df9a6bc6a6b079 (diff)
downloadikiwiki-ffc0be87d7eca4de4dbc91d740d36b7b40bfa911.tar
ikiwiki-ffc0be87d7eca4de4dbc91d740d36b7b40bfa911.tar.gz
add --refresh and make it with with --setup
Diffstat (limited to 'IkiWiki/Setup.pm')
-rw-r--r--IkiWiki/Setup.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Setup.pm b/IkiWiki/Setup.pm
index 0c8ad9208..40ed78862 100644
--- a/IkiWiki/Setup.pm
+++ b/IkiWiki/Setup.pm
@@ -19,6 +19,7 @@ sub setup () { # {{{
eval $code;
error($@) if $@;
+
exit;
} #}}}