aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:40:08 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:40:08 -0400
commit241c08844dc103c82064227e463f5558b37df9a1 (patch)
tree6311146c82782f7d6c1e5f72c2e6dd63e81cb611 /ikiwiki.in
parent182edf291bec90e77a59824e95ded696213b7edb (diff)
downloadikiwiki-241c08844dc103c82064227e463f5558b37df9a1.tar
ikiwiki-241c08844dc103c82064227e463f5558b37df9a1.tar.gz
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.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in2
1 files changed, 1 insertions, 1 deletions
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();