summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWin32ProcessExecution.cxx')
-rw-r--r--Source/cmWin32ProcessExecution.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmWin32ProcessExecution.cxx b/Source/cmWin32ProcessExecution.cxx
index 9fb345b..db509ab 100644
--- a/Source/cmWin32ProcessExecution.cxx
+++ b/Source/cmWin32ProcessExecution.cxx
@@ -164,14 +164,14 @@ static BOOL RealPopenCreateProcess(const char *cmdstring,
ZeroMemory(s2, x);
sprintf(
s2,
- "%s \"%s%s%s\"",
+ "%s %s%s%s",
modulepath,
s1,
s3,
cmdstring);
sprintf(
s2,
- "%s \"%s\"",
+ "%s %s",
modulepath,
cmdstring);
}