Chromium Code Reviews| Index: frog/scripts/bootstrap/frogc.bat |
| =================================================================== |
| --- frog/scripts/bootstrap/frogc.bat (revision 4730) |
| +++ frog/scripts/bootstrap/frogc.bat (working copy) |
| @@ -15,4 +15,4 @@ |
| set script=%* |
| set script=%script:\=/% |
| -"%SCRIPTPATH%\dart.exe" --new_gen_heap_size=128 "%SCRIPTPATH%\frogc.dart" --no_colors --libdir="%LIBPATH%" "%script%" |
| +"%SCRIPTPATH%\dart.exe" --new_gen_heap_size=128 "%SCRIPTPATH%\frogc.dart" --no_colors --libdir="%LIBPATH%" %script% |