Re: [PATCH 5/8] replace and remove run_command_v_opt_cd_env()
From: Taylor Blau <hidden>
Date: 2022-10-29 19:26:13
From: Taylor Blau <hidden>
Date: 2022-10-29 19:26:13
On Thu, Oct 27, 2022 at 06:38:41PM +0200, René Scharfe wrote:
run_command_v_opt_cd_env() is only used in an example in a comment. Use the struct child_process member "env" and run_command() directly instead and then remove the unused convenience function.
Nice, this is a very satisfying clean-up. Thanks, Taylor