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

Unified Diff: utils/pub/sdk/pub

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 years, 9 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
« no previous file with comments | « utils/pub/sdk.dart ('k') | utils/pub/sdk/pub.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/sdk/pub
diff --git a/utils/pub/sdk/pub b/utils/pub/sdk/pub
index b5a33c43639c1f1653058891499951e65c68de6d..c732f163244a388e0f088491c40ee5c2dd196bb7 100755
--- a/utils/pub/sdk/pub
+++ b/utils/pub/sdk/pub
@@ -8,4 +8,4 @@
BIN_DIR="$(cd "${0%/*}" ; pwd -P)"
DART_SDK="$(cd "${BIN_DIR%/*}" ; pwd -P)"
-exec "$BIN_DIR"/dart "$DART_SDK"/util/pub/pub.dart $@
+exec "$BIN_DIR"/dart --package-root="$DART_SDK"/packages/ "$DART_SDK"/util/pub/pub.dart $@
« no previous file with comments | « utils/pub/sdk.dart ('k') | utils/pub/sdk/pub.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698