diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-10 13:45:33 +0100 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2026-02-17 06:58:11 +0100 |
| commit | 8334d5e459de0386cf7b5b87cec136d62c14c3ad (patch) | |
| tree | 795d9eba2935764a7fd232f9222ec777c24ccf0f /git-gui/lib/diff.tcl | |
| parent | 31d235c4c72666dec71a104d3bcd37cc7bd71ec5 (diff) | |
| download | git-8334d5e459de0386cf7b5b87cec136d62c14c3ad.tar.xz | |
git-gui: prefer shell at "/bin/sh" with Meson
Meson detects the path of the target shell via `find_program("sh")`,
which essentially does a lookup via `PATH`. We know that almost all
systems have "/bin/sh" available though, which makes it the superior
choice as a default value.
Adapt `find_program()` to prefer "/bin/sh" over any other "sh"
executable.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Diffstat (limited to 'git-gui/lib/diff.tcl')
0 files changed, 0 insertions, 0 deletions
