]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
spawn: croak directly in C pi_fork_exec
authorEric Wong <e@80x24.org>
Fri, 27 Oct 2023 22:21:07 +0000 (22:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Oct 2023 09:08:09 +0000 (09:08 +0000)
commit8156156b2cf7d37df609f1036e47e7df89f26352
tree382b80d93a9cda183895307b4c99b1834cab36ff
parent041f9a6a2954fa0c531745b7d1c35c07ab7f9bca
spawn: croak directly in C pi_fork_exec

This saves us some Perl code in the wrapper, since the SpawnPP
implementation also dies directly.
lib/PublicInbox/Spawn.pm