replace and remove run_command_v_opt_cd_env()
commiteb5b6b57d0e9fba0e50871ece4ea79e76cd61a36
authorRené Scharfe <l.s.r@web.de>
Sun, 30 Oct 2022 11:51:55 +0000 (30 12:51 +0100)
committerTaylor Blau <me@ttaylorr.com>
Sun, 30 Oct 2022 18:04:47 +0000 (30 14:04 -0400)
tree101dd42f25ad12e6a7aea13e438d77c6b6dcd4e8
parent0e90673957f12adc1a84b13d3dfff02151e4a7a8
replace and remove run_command_v_opt_cd_env()

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.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
run-command.c
run-command.h
tmp-objdir.h