diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-02-26 09:22:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-26 09:09:36 -0800 |
commit | 16c89dcf80b742276d927b99fe28dbcde1469417 (patch) | |
tree | 2d21b0adc3f03e614dc816ebcf7944a6c619e4ff /commit.c | |
parent | 42846efc3ba31cc0384ca57a70b27fc37313c6ad (diff) |
meson: prevent finding sed(1) in a loop
We're searching for the sed(1) executable in a loop, which will make us
try to find it multiple times. Starting with the preceding commit we
already declare a variable for that program in the top-level build file.
Use it so that we only need to search for the program once.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions