mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +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.
|
||||
DoubleQuoteIfNeeded(updaterPath);
|
||||
DoubleQuoteIfNeeded(updateDirPath);
|
||||
DoubleQuoteIfNeeded(commandLine);
|
||||
// DoubleQuoteIfNeeded(commandLine);
|
||||
#endif
|
||||
|
||||
// Construct the PID argument for this process. If we are using execv, then
|
||||
|
Loading…
x
Reference in New Issue
Block a user