> From: Paul Smith <psm...@gnu.org> > Date: Fri, 04 Dec 2015 13:45:26 -0500 > Cc: Help-make@gnu.org > > On Fri, 2015-12-04 at 10:13 -0800, Gorlash wrote: > > BTW, the sh.exe that make is picking up, is in \git\bin; I cannot > > really delete that, since git uses it for other purposes. > > FWIW, the way I have dealt with this in the past is to put the \git\cmd > directory on Windows PATH, NOT \git\bin.
Granted. Me, I don't even put the git\cmd directory on my Windows PATH, I always invoke Git from a separate shell session that runs Bash. (If I need to invoke Git from a cmd window or a native Windows program, I have a git.cmd batch file in my system-wide bin directory, and that batch file knows how to find Git.) This arrangement keeps me sane. > Eli will have to comment about tricks to use with make SHELL to get > what you want, if possible. Yes, SHELL=cmd.exe should be one solution. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make