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

This commit is contained in:
pedemont%us.ibm.com 2006-08-16 16:13:23 +00:00
Родитель 1a4500cace
Коммит a1d77a1b40
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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