X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Fpublic-inbox-convert;h=3c627b793638cd30bc23f42bcbef1ebfe3ad8cf0;hb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;hp=800c364cea4999352494249ce71691ccf023cc3b;hpb=3e9888ed30b7fe092b03789d19a8020d4bc0fb39;p=public-inbox.git diff --git a/script/public-inbox-convert b/script/public-inbox-convert index 800c364c..3c627b79 100755 --- a/script/public-inbox-convert +++ b/script/public-inbox-convert @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; @@ -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) = @_;