summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 6b93a1d..0717db5 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -510,7 +510,8 @@ cmLocalUnixMakefileGenerator3
if(this->WindowsShell)
{
makefileStream
- << "SHELL = C:\\WINDOWS\\system32\\cmd.exe\n";
+ << "SHELL = cmd.exe\n"
+ << "\n";
}
else
{