Comment 2 for bug 696646

Revision history for this message
tmodes (tmodes) wrote :

The quoting is correct. We are using Windows Command Shell on Windows and not bash.
The makefile contains a line which should according to doc of GNU make force to use cmd.exe, but it seems to use a bash shell which is somewhere in the PATH. There is probably a bug in GNU make.
Work around is to remove the path to the bash shell from the PATH variable.