about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-17 23:38:07 +0000
committerEric Wong <e@80x24.org>2023-10-18 20:50:37 +0000
commitbd2dff9301db686ed013e4d8cf6319fe0b06e5e5 (patch)
tree9feb178bf88282fda4259c90eba8978d301a40d7 /script
parent3829004faab901fabbda922a1900842e51812ff0 (diff)
downloadpublic-inbox-bd2dff9301db686ed013e4d8cf6319fe0b06e5e5.tar.gz
It's actually valid Perl syntax, but still confusing to look at.

Fixes: add90b9504f4 ("support -C (chdir) for most non-daemon commands")
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-init b/script/public-inbox-init
index 33bee310..b3e94faf 100755
--- a/script/public-inbox-init
+++ b/script/public-inbox-init
@@ -60,7 +60,7 @@ my $inboxdir = shift @ARGV or $usage_cb->();
 my $http_url = shift @ARGV or $usage_cb->();
 my (@address) = @ARGV;
 @address or $usage_cb->();
-+PublicInbox::Admin::do_chdir(\@chdir);
+PublicInbox::Admin::do_chdir(\@chdir);
 
 @c_extra = map {
         my ($k, $v) = split(/=/, $_, 2);