On Tue, May 21, 2013 at 10:45 PM, Eli Zaretskii
<address@hidden> wrote:
Which Bash-like shell exists on Windows, except Cygwin?
I've seen ports of zsh and tcsh for Windows. Not exactly bash syntax, but useful shells. There's a bash like shell with the win32 busybox port. There's an older bash-nt project at Sourceforge. The MirOS project has a developer working on porting mksh to Windows. The project I'm working with is in the process of developing a bash-like shell with added internationalization support based on msh. I even noticed support for the MKS shell mentioned in the make code. So, there are other options besides msys and/or Cygwin based bash shells.
You can always use := if you bump into this very problem in your
target environment with the native MinGW Make.