summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/BundledPrograms.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 0c2e177f4..d1f8cfd4a 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -26,6 +26,7 @@ bundledPrograms = catMaybes
-- by git when it sshes to a remote.
, Just "git-upload-pack"
, Just "git-receive-pack"
+ , Just "git-shell"
#endif
, Just "cp"
#ifndef mingw32_HOST_OS