diff --git a/toolkit/xre/nsUpdateDriver.cpp b/toolkit/xre/nsUpdateDriver.cpp index 5d5d531e1f9..ed55981eb55 100644 --- a/toolkit/xre/nsUpdateDriver.cpp +++ b/toolkit/xre/nsUpdateDriver.cpp @@ -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