]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
convert: use ProcessPipe with popen_rd
authorEric Wong <e@80x24.org>
Wed, 27 Sep 2023 06:02:47 +0000 (06:02 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Sep 2023 02:34:56 +0000 (02:34 +0000)
commit3cea12e29643a02bc9d33802896d3dd12c8bc8fa
tree04724873e9bd01fb27011c23768c83b3bf1bc31c
parent72ccceeb02542dda09b8a641c2bd17dd74440cc2
convert: use ProcessPipe with popen_rd

ProcessPipe->CLOSE will already run waitpid for us and
exit on errors, so we can do less, here.
script/public-inbox-convert