Bug 348732 - getGREPathWithProperties() fails if temp path has spaces. XULRunner only. Patch by Dominik, r=jhpedemonte.

git-svn-id: svn://10.0.0.236/trunk@207594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2006-08-16 16:13:23 +00:00
parent 794b468d9e
commit a12dab7791

View File

@@ -295,8 +295,8 @@ public class Mozilla implements IGRE, IXPCOM, IXPCOMError {
Process proc;
try {
proc = Runtime.getRuntime().exec("regedit /e " + tempFile.getPath() +
" \"" + aRegKey + "\"");
proc = Runtime.getRuntime().exec("regedit /e " + "\"" + tempFile.getPath()
+ "\" \"" + aRegKey + "\"");
proc.waitFor();
} catch (Exception e) {
// Failed to run regedit.exe. Length of temp file is zero, and that's