From 3e49f4741185f5c207fa38d06132d80a8950b618 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:07:20 +0530 Subject: [PATCH] git: Add bash shell to bins --- bucket/git.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bucket/git.json b/bucket/git.json index 017f8b9655..eadad6e9e6 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -15,6 +15,8 @@ } }, "bin": [ + "bin\\sh.exe", + "bin\\bash.exe", "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe",