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