mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
fix win32 bustage
This commit is contained in:
parent
91e5d28f6c
commit
1ac5f6abf8
@ -319,7 +319,7 @@ ApplyUpdate(nsIFile *appDir, nsIFile *updateDir, nsILocalFile *statusFile,
|
|||||||
// On windows, we may need to quote these paths.
|
// On windows, we may need to quote these paths.
|
||||||
DoubleQuoteIfNeeded(updaterPath);
|
DoubleQuoteIfNeeded(updaterPath);
|
||||||
DoubleQuoteIfNeeded(updateDirPath);
|
DoubleQuoteIfNeeded(updateDirPath);
|
||||||
DoubleQuoteIfNeeded(commandLine);
|
// DoubleQuoteIfNeeded(commandLine);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Construct the PID argument for this process. If we are using execv, then
|
// Construct the PID argument for this process. If we are using execv, then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user