about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-04-30 21:04:12 +0000
committerEric Wong <e@80x24.org>2022-05-02 09:03:41 +0000
commitec8af85ec73346e243624b2ddad2d3723fde704d (patch)
tree9e1e5ee07168dd0cca3109e0561af9e30ed50c92
parentd1fd2feb587b34d66227a6cb4f9c8b930812ddbf (diff)
downloadpublic-inbox-ec8af85ec73346e243624b2ddad2d3723fde704d.tar.gz
Not 100% sure what's going on, but maybe this helps.
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 89aa4119..d81ca296 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -1394,7 +1394,7 @@ sub wq_done_wait { # dwaitpid callback
         local $current_lei = $lei;
         my $err_type = $lei->{-err_type};
         $? and $lei->child_error($?,
-                        $err_type ? "$err_type errors during $lei->{cmd}" : ());
+                $err_type ? "$err_type errors during $lei->{cmd} \$?=$?" : ());
         $lei->dclose;
 }