1
0
Эх сурвалжийг харах

BUG: Default SHELL on windows should not be a hard-coded path.

Brad King 19 жил өмнө
parent
commit
a4f9d6a80b

+ 2 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -510,7 +510,8 @@ cmLocalUnixMakefileGenerator3
   if(this->WindowsShell)
   if(this->WindowsShell)
     {
     {
      makefileStream
      makefileStream
-       << "SHELL = C:\\WINDOWS\\system32\\cmd.exe\n";
+       << "SHELL = cmd.exe\n"
+       << "\n";
     }
     }
   else
   else
     {
     {