add git-shell binary to bundles

This commit is contained in:
Joey Hess 2013-12-27 16:35:24 -04:00
parent 3b8fb02b6d
commit 80152e1aa3

View file

@ -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