Reviewed by Adam Roben.
Remove the double-quotes around the PATH variable value, in order to make it work in Windows shell.
* FindSafari/FindSafari.cpp:
(_tmain):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28789
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-16 Dimitri Glazkov <dimitri@glazkov.com>
+
+ Reviewed by Adam Roben.
+
+ Remove the double-quotes around the PATH variable value, in order to make it work in Windows shell.
+
+ * FindSafari/FindSafari.cpp:
+ (_tmain):
+
2007-12-16 Brent Fulgham <bfulgham@gmail.com>
Reviewed by Adam Roben.
TEXT("mkdir 2>NUL \"%%TMP%%\\WebKitNightly\\Safari.resources\""),
TEXT("xcopy /y /i /d \"%sSafari.exe\" \"%%TMP%%\\WebKitNightly\""),
TEXT("xcopy /y /i /d /e \"%sSafari.resources\" \"%%TMP%%\\WebKitNightly\\Safari.resources\""),
- TEXT("set PATH=\"%%CD%%;%s;%%PATH%%\""),
+ TEXT("set PATH=%%CD%%;%s;%%PATH%%"),
};
LPCTSTR command = TEXT("\"%TMP%\\WebKitNightly\\Safari.exe\" /customWebKit");