[Webkit-unassigned] [Bug 126407] Set VSINSTALLDIR in win ews start script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 2 15:31:15 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126407
Brent Fulgham <bfulgham at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #220257|review? |review-
Flag| |
--- Comment #3 from Brent Fulgham <bfulgham at webkit.org> 2014-01-02 15:29:05 PST ---
(From update of attachment 220257)
View in context: https://bugs.webkit.org/attachment.cgi?id=220257&action=review
> Tools/EWSTools/start-queue-win.sh:25
> + cmd /c "$PROGRAMFILES\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
This should be "CALL "$PROGRAMFILES...."
We want the queue to run with the contents of the batch file added to the shell environment. The 'cmd' version will spawn a new shell, which will cease to exist once the command finishes running.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list