Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: sdk/bin/pub.bat

Issue 599343003: Get binstubs working on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/bin/pub.bat
diff --git a/sdk/bin/pub.bat b/sdk/bin/pub.bat
index b10202114f9107387a29663269fb68400d5fb6f7..820774606ad6131f76d99e59cc088dcc78ee4c56 100644
--- a/sdk/bin/pub.bat
+++ b/sdk/bin/pub.bat
@@ -40,7 +40,7 @@ set ASYNC_COMPILER="%SDK_DIR%"\lib\_internal\pub\bin\async_compile.dart
"%DART%" --package-root="%PACKAGES_DIR%" "%ASYNC_COMPILER%" "%BUILD_DIR%"
rem Run the async/await compiled pub.
-set PUB="%SDK_DIR%"\lib\_internal\pub_generated\bin\pub.dart"
+set PUB="%SDK_DIR%\lib\_internal\pub_generated\bin\pub.dart"
"%DART%" %VM_OPTIONS% --package-root="%PACKAGES_DIR%" "%PUB%" %*
endlocal
@@ -59,4 +59,4 @@ if not "%current%"=="" call :follow_links "%current%", result
endlocal & set %~2=%result%
goto :eof
-:end
+:end
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/bin/async_compile.dart » ('j') | sdk/lib/_internal/pub/lib/src/global_packages.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698