fix win32 bustage

This commit is contained in:
darin%meer.net 2005-06-23 04:06:17 +00:00
parent 91e5d28f6c
commit 1ac5f6abf8

View File

@ -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