about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-24 10:09:18 +0000
committerEric Wong <e@80x24.org>2020-12-25 08:56:48 +0000
commitb3cf37096874c6c80ef554e5153e5d995c72ab95 (patch)
tree63da5bddf6ac34f459ff65e907daec598d940d94 /script
parentd6d3159d1ae25f67c09dd189e6df36795a3b8bfa (diff)
downloadpublic-inbox-b3cf37096874c6c80ef554e5153e5d995c72ab95.tar.gz
This simplifies all ->with_umask callers and opens the
door for further optimizations to delay/elide process spawning.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-convert1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/public-inbox-convert b/script/public-inbox-convert
index 800c364c..e6ee6529 100755
--- a/script/public-inbox-convert
+++ b/script/public-inbox-convert
@@ -80,7 +80,6 @@ $new->{version} = 2;
 $new = PublicInbox::InboxWritable->new($new, { nproc => $opt->{jobs} });
 $new->{-no_fsync} = 1 if !$opt->{fsync};
 my $v2w;
-$old->umask_prepare;
 
 sub link_or_copy ($$) {
         my ($src, $dst) = @_;