Really fix dart2js.bat on windows

Added missing %

Tested on windows bot.
Review URL: https://codereview.chromium.org//14147002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21249 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2013-04-11 06:36:16 +00:00
parent 75e49ea691
commit 0120d310ab

View file

@ -34,7 +34,7 @@ rem See comments regarding options below in dart2js shell script.
set EXTRA_VM_OPTIONS=%EXTRA_VM_OPTIONS% --heap_growth_rate=512
if exist "%SNAPSHOT%" (
"%DART%" %EXTRA_VM_OPTIONS% "SNAPSHOT%" "dart2js" %EXTRA_OPTIONS% %*
"%DART%" %EXTRA_VM_OPTIONS% "%SNAPSHOT%" "dart2js" %EXTRA_OPTIONS% %*
) else (
"%DART%" %EXTRA_VM_OPTIONS% "%DART2JS%" %EXTRA_OPTIONS% %*
)