Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 :: This script adds cygwin to the path | 1 :: This script adds cygwin to the path |
| 2 @echo OFF | 2 @echo OFF |
| 3 | 3 |
| 4 set PATH=%~dp0\bin;%PATH% | 4 set "PATH=%~dp0\bin;%PATH%" |
| 5 :: Make sure systems with non-depot_tools python can still find modules that | |
| 6 :: were previously included via python_26/Lib/site-packages. | |
| 7 set "PYTHONPATH=%~dp0\..\..\tools\python;%PYTHONPATH%" | |
| OLD | NEW |