Chromium Code Reviews| Index: frog/scripts/bootstrap/frog.bat |
| =================================================================== |
| --- frog/scripts/bootstrap/frog.bat (revision 4730) |
| +++ frog/scripts/bootstrap/frog.bat (working copy) |
| @@ -18,4 +18,4 @@ |
| set script=%* |
| set script=%script:\=/% |
| -python %SCRIPTPATH%\frog %script% |
| +python "%SCRIPTPATH%\frog" --no_colors %script% |