diff options
author | Mark Levedahl <mlevedahl@gmail.com> | 2025-04-06 18:20:14 -0400 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2025-05-23 17:04:23 -0400 |
commit | 02dd866ba9dfe6b6090b351450894489ca80311f (patch) | |
tree | cabc5d4577c128ae7713f7fba6930b7a0fe5bb0f /git-gui/lib/commit.tcl | |
parent | 10637fc327fe9d3afd19a11ed64bd9e1c7a9c6b5 (diff) |
git-gui: use only the configured shell
git-gui has a few places where a bare "sh" is passed to exec, meaning
that the first instance of "sh" on $PATH will be used rather than the
shell configured. This violates expectations that the configured shell
is being used. Let's use [shellpath] everywhere.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions