Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: slave/run_webserver.bat

Issue 147313006: Make sure cygwin mounts are set up before launching cygwin lighttpd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/run_webserver.bat
===================================================================
--- slave/run_webserver.bat (revision 248308)
+++ slave/run_webserver.bat (working copy)
@@ -12,6 +12,9 @@
xcopy /D /Y %lighttpd_dir%\..\no_dll\CygWin1.dll %lighttpd_dir%
+REM Make sure the cygwin mounts are set up.
+call %~dp0..\third_party\cygwin\setup_mount.bat
+
REM Start the server, using the conf file in the slave directory.
:RESTART
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698