]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-convert
inboxwritable: delay umask_prepare calls
[public-inbox.git] / script / public-inbox-convert
index 800c364cea4999352494249ce71691ccf023cc3b..e6ee65296f0bdf27998856a06bf7c8d5b07ff626 100755 (executable)
@@ -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) = @_;