diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 22:51:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 22:51:07 +0000 |
commit | 2f190b3aeb45c5b22173b0f922b997dff38250aa (patch) | |
tree | 0d2f609b146d782cd333ab189dcf4f1c5c183770 /ikiwiki | |
parent | ae0475367c079624b6386cd421356b02995caebe (diff) |
don't lock before setup
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1281,8 +1281,8 @@ sub setup () { # {{{ } #}}} # main {{{ -lockwiki(); setup() if $config{setup}; +lockwiki(); if ($config{wrapper}) { gen_wrapper(%config); exit; |