summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/bzr.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:14:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:14:07 -0400
commit82f0facb620e59594aaf318c2eaf676c7788f1e6 (patch)
tree5d65038818dee722d70cc8cb30986f3452633232 /IkiWiki/Rcs/bzr.pm
parent42ac4ec00959bd6162076af799023545b698bed9 (diff)
fixups
Diffstat (limited to 'IkiWiki/Rcs/bzr.pm')
-rw-r--r--IkiWiki/Rcs/bzr.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Rcs/bzr.pm b/IkiWiki/Rcs/bzr.pm
index 136f2d20f..5df522f6e 100644
--- a/IkiWiki/Rcs/bzr.pm
+++ b/IkiWiki/Rcs/bzr.pm
@@ -12,7 +12,7 @@ hook(type => "checkconfig", id => "bzr", call => sub { #{{{
if (! defined $config{diffurl}) {
$config{diffurl}="";
}
- if (exists $config{bzr_wrapper}) {
+ if (length $config{bzr_wrapper}) {
push @{$config{wrappers}}, {
wrapper => $config{bzr_wrapper},
wrappermode => (defined $config{bzr_wrappermode} ? $config{bzr_wrappermode} : "06755"),