|
From: | Erik Carstensen |
Subject: | Re: Bug: make fails to execute .BAT files with space in the path, with SHELL=cmd.exe |
Date: | Thu, 2 May 2013 21:22:34 +0200 |
> The first invocation of x.bat works, while the second one won't (''a' is
> not recognized as...)It's not a bug: cmd.exe doesn't know about '..' quoting, so this
command is not supposed to work. That it does without redirection is
sheer luck.
I don't want to rock the boat any further in this regard before the
next release of Make, so I don't want to forcibly disable '..' quoting
support when cmd.exe is used. Make worked like that forever; I think
one incompatible change per release is more than enough ;-)
[Prev in Thread] | Current Thread | [Next in Thread] |