From: Joey Hess Date: Tue, 5 Aug 2008 23:40:08 +0000 (-0400) Subject: avoid forcing verbose off X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/241c08844dc103c82064227e463f5558b37df9a1 avoid forcing verbose off Setting to undef rather than 0 means that setup files generated from the cgi wrapper will not have verbose set to 0, but instead commented out. --- diff --git a/ikiwiki.in b/ikiwiki.in index d8e848f87..beb405227 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -132,7 +132,7 @@ sub main () { #{{{ foreach my $wrapper (@wrappers) { %config=(%origconfig, rebuild => 0, - verbose => 0, + verbose => undef, %{$wrapper}, ); checkconfig();