From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0CEB31F934 for ; Mon, 5 Apr 2021 21:27:02 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1617658020; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6XexMro+8fvzvsxvUVN/YuzE5glxEL7yLUaLI8CGusk=; b=dXrrHgqrNKSC+UAKUvq6f2rKfiCeYlrY60Y/1muzJfU86utBYq8x/PDK/G3XNYytVWE8Xg vEGnetWrtWgnoByJfYP33hBf8bVSMa8k8thlnddKEq+U9UlXFgHJHDYRoKpnaMrbggo3m7 40POxrr7uvCQXTslyJA++MgNg7PQbRGw0WFm3iQunJ6xy8Xj7MandXCUhjP6sekNF5M5qc 6IsdhOkTKpAhpn+DvHLht6CfW6OLoP0+tTxMiNA3tL32jgr0pXl4AiWLFw+dRKME3OSHQ7 nY28tf2yqkUgzC8U4Jg3NGgaG09W3Yv3AN96wVnQO85fq6WVu2Ghkie5sOm5Uw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] script/lei: waitpid for git-credential and pager In-Reply-To: <20210405083657.GA25805@dcvr> References: <20210402094254.89006-1-e@80x24.org> <87k0ph8ivs.fsf@kyleam.com> <20210405083657.GA25805@dcvr> Date: Mon, 05 Apr 2021 17:26:57 -0400 Message-ID: <878s5wcti6.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > Odd, I'm not getting the exact same behavior, but I noticed > it's not getting reaped. Does this fix things for you? That seems to do the trick. Thank you!