 Chromium Code Reviews
 Chromium Code Reviews Issue 147313006:
  Make sure cygwin mounts are set up before launching cygwin lighttpd  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
    
  
    Issue 147313006:
  Make sure cygwin mounts are set up before launching cygwin lighttpd  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/| 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 |