Re: [PATCH/RFC 1/7] imap-send: use separate read and write fds
From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:28
On Samstag, 3. Oktober 2009, Erik Faye-Lund wrote:
- It needs some additional patching to get tunnelling support working
on Windows, because we can't exec "/bin/sh" there. Changing it to
"c:\\msysgit\\bin\\sh.exe" makes tunneling work for me, but isn't
exactly portable across installations.
It should be fine to just exec "sh" (without a path).
-- Hannes