[Webkit-unassigned] [Bug 16372] run-nightly-webkit.cmd crashes safari on start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 18:41:14 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16372





------- Comment #4 from onekopaka at gmail.com  2007-12-11 18:41 PDT -------
hey adam.

I was using 3.0.4 with builds with the script like this:
@echo off
set script="%TMP%\run-webkit-nightly2.cmd"
set vsvars="%VS80COMNTOOLS%\vsvars32.bat"
if exist %vsvars% (
    copy %vsvars% "%script%"
) else (
    del "%script%"
)
FindSafari.exe %1 /printSafariLauncher >> "%script%"
call %script%

It is a stupid method to invoke Safari, we should go back to the old script but
use an env. var like %SAFARIDIR%, or %ASAFARIDIR%, then use FindSafari to set
that var.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list